We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4218ed5 commit 3557e38Copy full SHA for 3557e38
src/loader/LoaderPlugin.js
@@ -627,7 +627,7 @@ var LoaderPlugin = new Class({
627
* @method Phaser.Loader.LoaderPlugin#addPack
628
* @since 3.7.0
629
*
630
- * @param {any} pack - The Pack File data to be parsed and each entry of it to added to the load queue.
+ * @param {any} pack - The Pack File data to be parsed and have each entry in it added to the load queue.
631
* @param {string} [packKey] - An optional key to use from the pack file data.
632
633
* @return {boolean} `true` if any files were added to the queue, otherwise `false`.
0 commit comments