From 79565fca2538990cf9f61324bf732e345e5d792e Mon Sep 17 00:00:00 2001 From: Varshith Kalakota <56188204+vkalakota18@users.noreply.github.com> Date: Wed, 7 May 2025 14:01:13 -0700 Subject: [PATCH] fix(curriculum): improve Crowdin wording for workshop-recipe-ingredient-converter (#60125) Co-authored-by: Varshith Kalakota Co-authored-by: Ilenia <26656284+ilenia-magoni@users.noreply.github.com> --- .../67353880ed1f52ba28c8eb56.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.