From 76eee4b61913db2fe57b9764214a38b3d61d031f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Giftea=20=E2=98=95?= Date: Thu, 10 Jul 2025 19:46:10 +0100 Subject: [PATCH] fix(curriculum): fix typo from "Yor" to "Your" (#61284) --- .../workshop-music-player/6748567229cc8fe3f706de02.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;