diff --git a/curriculum/challenges/english/25-front-end-development/workshop-music-instrument-filter/672110bda073669bcc2302e6.md b/curriculum/challenges/english/25-front-end-development/workshop-music-instrument-filter/672110bda073669bcc2302e6.md index e5f4f9fa438..cd226546ea3 100644 --- a/curriculum/challenges/english/25-front-end-development/workshop-music-instrument-filter/672110bda073669bcc2302e6.md +++ b/curriculum/challenges/english/25-front-end-development/workshop-music-instrument-filter/672110bda073669bcc2302e6.md @@ -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.