mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-19 21:09:51 +08:00
fix(curriculum): gramatical error (#58156)
This commit is contained in:
parent
f18e6f0ff9
commit
a11d195dbd
@ -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.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user