Change "recognize" to "recognized" in line 28 (#23210)

This commit is contained in:
Egregious-Egg
2018-11-15 02:15:31 -05:00
committed by Manish Giri
parent 109ad81b24
commit ae42ced684

View File

@ -25,7 +25,7 @@ Your browser does not support the audio element.
The `controls` attribute includes audio controls like play, pause, and volume. If you don't use this attribute, then no controls will be shown.
The `<source>` element enables you to indicate alternative audio files which the browser may choose from. The browser will utilize the first recognize format.
The `<source>` element enables you to indicate alternative audio files which the browser may choose from. The browser will utilize the first recognized format.
The text between the `<audio>` and `</audio>` tags may be shown in browser that does not support the HTML5 `<audio>` element.
The autoplay attribute will automatically play your audio file in the background. It is considered better practice to let visitors choose to play audio.