Skip to content

Commit c998463

Browse files
committed
fixing documentation typo
1 parent f1bdd17 commit c998463

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/loader/Loader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ Phaser.Loader.prototype = {
616616
* Add a new audio file to the loader.
617617
*
618618
* @method Phaser.Loader#audio
619-
* @param {string} key - Unique asset key of the audio file. This can be a BLOB url string.
619+
* @param {string} key - Unique asset key of the audio file.
620620
* @param {Array|string} urls - An array containing the URLs of the audio files, i.e.: [ 'jump.mp3', 'jump.ogg', 'jump.m4a' ] or a single string containing just one URL. BLOB urls are supported, but note that Phaser will not validate the audio file's type if a BLOB is provided; the user should ensure that a BLOB url is playable.
621621
* @param {boolean} autoDecode - When using Web Audio the audio files can either be decoded at load time or run-time. They can't be played until they are decoded, but this let's you control when that happens. Decoding is a non-blocking async process.
622622
* @return {Phaser.Loader} This Loader instance.

0 commit comments

Comments
 (0)