fix(curriculum): typo in music player workshop step 3 (#60130)
Some checks failed
i18n - Build Validation / Validate i18n Builds (20) (push) Has been cancelled
CI - Node.js / Lint (20) (push) Has been cancelled
CI - Node.js / Build (20) (push) Has been cancelled
CI - Node.js / Test (20) (push) Has been cancelled
CI - Node.js / Test - Upcoming Changes (20) (push) Has been cancelled
CI - Node.js / Test - i18n (italian, 20) (push) Has been cancelled
CI - Node.js / Test - i18n (portuguese, 20) (push) Has been cancelled
i18n - Download Client UI / Client (push) Has been cancelled

This commit is contained in:
Vishnu D 2025-05-03 04:37:33 +05:30 committed by GitHub
parent 30a3c320c2
commit 7e72a817bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@ dashedName: step-3
# --description--
Next, create an ampty array named `allSongs` to store all the songs.
Next, create an empty array named `allSongs` to store all the songs.
# --hints--