fix(curriculum): gramatical error (#58156)

This commit is contained in:
Agung Saputra 2025-01-15 23:19:08 +07:00 committed by GitHub
parent f18e6f0ff9
commit a11d195dbd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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