fix(curriculum): improve Crowdin wording for workshop-recipe-ingredient-converter (#60125)

Co-authored-by: Varshith Kalakota <vkalakota1@toromail.csudh.edu>
Co-authored-by: Ilenia <26656284+ilenia-magoni@users.noreply.github.com>
This commit is contained in:
Varshith Kalakota
2025-05-07 14:01:13 -07:00
committed by GitHub
parent 0cb1b30ca5
commit 79565fca25

View File

@@ -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.