Skip to content

Commit a65daec

Browse files
authored
fix(curriculum): camel case Audio constructor property (freeCodeCamp#61853)
1 parent 9405b40 commit a65daec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

curriculum/challenges/english/25-front-end-development/review-javascript-audio-and-video/6723cf27c6e9a0c3f3041385.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function pauseAudio() {
3333

3434
The `Audio()` constructor has properties just as it has methods. Those properties include:
3535

36-
- `currenttime`: for getting the current playback time of an audio
36+
- `currentTime`: for getting the current playback time of an audio
3737
- `loop`: for making the audio play continuously by automatically restarting when it reaches the end
3838
- `muted`: for silencing the audio output of a media element regardless of volume setting
3939

0 commit comments

Comments
 (0)