diff --git a/curriculum/challenges/english/blocks/workshop-colored-markers/617bbb6b97a83f6d1f7d6e38.md b/curriculum/challenges/english/blocks/workshop-colored-markers/617bbb6b97a83f6d1f7d6e38.md
index 9349bf5be3b..e93940bbe4c 100644
--- a/curriculum/challenges/english/blocks/workshop-colored-markers/617bbb6b97a83f6d1f7d6e38.md
+++ b/curriculum/challenges/english/blocks/workshop-colored-markers/617bbb6b97a83f6d1f7d6e38.md
@@ -7,7 +7,7 @@ dashedName: step-26
# --description--
-Now that you've practiced with secondary colors, let's review how to create tertiary colors. Tertiary colors are created by combining a primary color with a nearby secondary color.
+Now that you've practiced with secondary colors, here's a review of how to create tertiary colors: tertiary colors are created by combining a primary color with a nearby secondary color.
To create the tertiary color orange, update the `rgb` function in the `.one` CSS rule by setting red to its maximum value (`255`) and green to `127`.