diff --git a/curriculum/challenges/english/25-front-end-development/workshop-music-player/6748567229cc8fe3f706de02.md b/curriculum/challenges/english/25-front-end-development/workshop-music-player/6748567229cc8fe3f706de02.md index 4c491a7de29..cc29f2628be 100644 --- a/curriculum/challenges/english/25-front-end-development/workshop-music-player/6748567229cc8fe3f706de02.md +++ b/curriculum/challenges/english/25-front-end-development/workshop-music-player/6748567229cc8fe3f706de02.md @@ -20,7 +20,7 @@ You should have a `pauseSong` function. assert.isFunction(pauseSong); ``` -Yor `pauseSong` function should set the `songCurrentTime` of the `userData` object to the `currentTime` of the `audio` variable. +Your `pauseSong` function should set the `songCurrentTime` of the `userData` object to the `currentTime` of the `audio` variable. ```js userData.songCurrentTime = 0;