Skip to content

Commit

Permalink
fix(curriculum): gramatical error (freeCodeCamp#58156)
Browse files Browse the repository at this point in the history
  • Loading branch information
Agung1606 authored Jan 15, 2025
1 parent f18e6f0 commit a11d195
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dashedName: step-5

# --description--

`instrumentsArr` is going to hold an objects for each of your instrument cards. Each object will have the keys `category`, `instrument`, and `price`.
`instrumentsArr` is going to hold an object for each of your instrument cards. Each object will have the keys `category`, `instrument`, and `price`.

Add a first object representing the flute to your array. For the values use `woodwinds`, `Flute`, and `500`, respectively.

Expand Down

0 comments on commit a11d195

Please sign in to comment.