fix(curriculum): camel case Audio constructor property (#61853)

This commit is contained in:
Supravisor
2025-08-18 21:07:50 +12:00
committed by GitHub
parent 9405b40836
commit a65daec6b5
@@ -33,7 +33,7 @@ function pauseAudio() {
The `Audio()` constructor has properties just as it has methods. Those properties include:
- `currenttime`: for getting the current playback time of an audio
- `currentTime`: for getting the current playback time of an audio
- `loop`: for making the audio play continuously by automatically restarting when it reaches the end
- `muted`: for silencing the audio output of a media element regardless of volume setting