fix(curriculum): fix typo from "Yor" to "Your" (#61284)

This commit is contained in:
Giftea ☕ 2025-07-10 19:46:10 +01:00 committed by GitHub
parent d47e11e97d
commit 76eee4b619
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;