Skip to content

Commit af01b23

Browse files
committed
JSDocs fix
1 parent 3779611 commit af01b23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/gameobjects/video/Video.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ var MATH_CONST = require('../../math/const');
4545
*
4646
* Videos can only autoplay if the browser has been unlocked with an interaction, or satisfies the MEI settings.
4747
* The policies that control autoplaying are vast and vary between browser.
48-
* You can, ahd should, read more about it here: https://developer.mozilla.org/en-US/docs/Web/Media/Autoplay_guide
48+
* You can, and should, read more about it here: https://developer.mozilla.org/en-US/docs/Web/Media/Autoplay_guide
4949
*
5050
* If your video doesn't contain any audio, then set the `noAudio` parameter to `true` when the video is _loaded_,
5151
* and it will often allow the video to play immediately:

0 commit comments

Comments
 (0)