From 7e72a817bc2bec73d59d00ab0d4b57afde02020b Mon Sep 17 00:00:00 2001 From: Vishnu D <149229313+vishnudt2004@users.noreply.github.com> Date: Sat, 3 May 2025 04:37:33 +0530 Subject: [PATCH] fix(curriculum): typo in music player workshop step 3 (#60130) --- .../workshop-music-player/674724ff8af92f7733e6d980.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/25-front-end-development/workshop-music-player/674724ff8af92f7733e6d980.md b/curriculum/challenges/english/25-front-end-development/workshop-music-player/674724ff8af92f7733e6d980.md index 94809445c62..c5e5e6bbd13 100644 --- a/curriculum/challenges/english/25-front-end-development/workshop-music-player/674724ff8af92f7733e6d980.md +++ b/curriculum/challenges/english/25-front-end-development/workshop-music-player/674724ff8af92f7733e6d980.md @@ -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--