mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-19 21:09:51 +08:00
fix(curriculum): fix typo from "Yor" to "Your" (#61284)
This commit is contained in:
parent
d47e11e97d
commit
76eee4b619
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user