From 774453e16e82a46a8791d9c10510f27abbe6c996 Mon Sep 17 00:00:00 2001 From: Caio Bittencourt Date: Thu, 14 May 2026 16:49:30 -0300 Subject: [PATCH] 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> --- .../673539dddfa1affd12c80a18.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.