We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3779611 commit af01b23Copy full SHA for af01b23
1 file changed
src/gameobjects/video/Video.js
@@ -45,7 +45,7 @@ var MATH_CONST = require('../../math/const');
45
*
46
* Videos can only autoplay if the browser has been unlocked with an interaction, or satisfies the MEI settings.
47
* 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
+ * You can, and should, read more about it here: https://developer.mozilla.org/en-US/docs/Web/Media/Autoplay_guide
49
50
* If your video doesn't contain any audio, then set the `noAudio` parameter to `true` when the video is _loaded_,
51
* and it will often allow the video to play immediately:
0 commit comments