From a11d195dbd99780f1743e1694d3fa59510cb673f Mon Sep 17 00:00:00 2001 From: Agung Saputra <107747646+Agung1606@users.noreply.github.com> Date: Wed, 15 Jan 2025 23:19:08 +0700 Subject: [PATCH] fix(curriculum): gramatical error (#58156) --- .../672110bda073669bcc2302e6.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.