Skip to content

Commit bd2c56e

Browse files
committed
Typo fix
1 parent 8ff1c7c commit bd2c56e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/loader/filetypes/HTMLFile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ var IsPlainObject = require('../../utils/object/IsPlainObject');
2727
*
2828
* @param {Phaser.Loader.LoaderPlugin} loader - A reference to the Loader that is responsible for this file.
2929
* @param {(string|Phaser.Types.Loader.FileTypes.HTMLFileConfig)} key - The key to use for this file, or a file configuration object.
30-
* @param {string} [url] - The absolute or relative URL to load this file from. If undefined or `null` it will be set to `<key>.txt`, i.e. if `key` was "alien" then the URL will be "alien.html".
30+
* @param {string} [url] - The absolute or relative URL to load this file from. If undefined or `null` it will be set to `<key>.html`, i.e. if `key` was "alien" then the URL will be "alien.html".
3131
* @param {Phaser.Types.Loader.XHRSettingsObject} [xhrSettings] - Extra XHR Settings specifically for this file.
3232
*/
3333
var HTMLFile = new Class({

0 commit comments

Comments
 (0)