From bb2634d5452b95479716f66bc6b7a17f39bfc34e Mon Sep 17 00:00:00 2001 From: Yogesh kumar Date: Mon, 27 Jan 2025 13:42:29 +0530 Subject: [PATCH] fix(curriculum): corrected typo (#58393) --- .../workshop-recipe-tracker/66fbcf750a62784cf11f5630.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/25-front-end-development/workshop-recipe-tracker/66fbcf750a62784cf11f5630.md b/curriculum/challenges/english/25-front-end-development/workshop-recipe-tracker/66fbcf750a62784cf11f5630.md index 408895d618d934..77e052536fb871 100644 --- a/curriculum/challenges/english/25-front-end-development/workshop-recipe-tracker/66fbcf750a62784cf11f5630.md +++ b/curriculum/challenges/english/25-front-end-development/workshop-recipe-tracker/66fbcf750a62784cf11f5630.md @@ -9,7 +9,7 @@ dashedName: step-6 A third `recipe3` object has been filled in for you. It has the same properties as `recipe1` and `recipe2`. -You should now push the three objects into the `recipes` array. To do thus, you can use the `push()` method. +You should now push the three objects into the `recipes` array. To do this, you can use the `push()` method. Use the `push()` method to push all the recipe objects into the `recipes` array. Make sure to push `recipe1`, `recipe2`, and `recipe3` in that order.