diff --git a/curriculum/challenges/english/25-front-end-development/workshop-recipe-ingredient-converter/67353880ed1f52ba28c8eb56.md b/curriculum/challenges/english/25-front-end-development/workshop-recipe-ingredient-converter/67353880ed1f52ba28c8eb56.md index bf7b26f1f33..16622e10595 100644 --- a/curriculum/challenges/english/25-front-end-development/workshop-recipe-ingredient-converter/67353880ed1f52ba28c8eb56.md +++ b/curriculum/challenges/english/25-front-end-development/workshop-recipe-ingredient-converter/67353880ed1f52ba28c8eb56.md @@ -13,7 +13,7 @@ Time to see your curried function in action. Here's how you might call our examp const dinner = tikkaMasala("curry powder")("tofu")("onion"); ``` -Declare a `gramsResult` variable, and assign it the result of using your curried function to convert `2` `cup`s to `gram`. +Declare a `gramsResult` variable, and assign it the result of using your curried function to convert `2` units of the measure `cup` to `gram`. Log that value to the console.