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.