diff --git a/curriculum/challenges/english/blocks/workshop-recipe-ingredient-converter/673539dddfa1affd12c80a18.md b/curriculum/challenges/english/blocks/workshop-recipe-ingredient-converter/673539dddfa1affd12c80a18.md index e1c6019266d..973c5c5a08f 100644 --- a/curriculum/challenges/english/blocks/workshop-recipe-ingredient-converter/673539dddfa1affd12c80a18.md +++ b/curriculum/challenges/english/blocks/workshop-recipe-ingredient-converter/673539dddfa1affd12c80a18.md @@ -7,7 +7,7 @@ dashedName: step-12 # --description-- -Let's test your new curried function. Declare a `servingsResult` variable, and assign it the result of adjusting from a base quantity of 4 to a serving of 6. +You'll need to test your new curried function. Declare a `servingsResult` variable, and assign it the result of adjusting from a base quantity of 4 to a serving of 6. Log that variable to the console.