Skip to content

Commit 3557e38

Browse files
fix description
1 parent 4218ed5 commit 3557e38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/loader/LoaderPlugin.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ var LoaderPlugin = new Class({
627627
* @method Phaser.Loader.LoaderPlugin#addPack
628628
* @since 3.7.0
629629
*
630-
* @param {any} pack - The Pack File data to be parsed and each entry of it to added to the load queue.
630+
* @param {any} pack - The Pack File data to be parsed and have each entry in it added to the load queue.
631631
* @param {string} [packKey] - An optional key to use from the pack file data.
632632
*
633633
* @return {boolean} `true` if any files were added to the queue, otherwise `false`.

0 commit comments

Comments
 (0)