Skip to content

Commit

Permalink
fix(curriculum): corrected typo (freeCodeCamp#58393)
Browse files Browse the repository at this point in the history
  • Loading branch information
yjoon45 authored Jan 27, 2025
1 parent 1436d89 commit bb2634d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit bb2634d

Please sign in to comment.