fix(curriculum): remove first-person language from recipe converter (#67404)

Signed-off-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
This commit is contained in:
Caio Bittencourt
2026-05-14 16:49:30 -03:00
committed by GitHub
parent 83e58359eb
commit 774453e16e
@@ -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.