fix(curriculum): corrected typo (#58393)

This commit is contained in:
Yogesh kumar 2025-01-27 13:42:29 +05:30 committed by GitHub
parent 1436d89296
commit bb2634d545
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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