File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -518,7 +518,7 @@ var LoaderPlugin = new Class({
518
518
*
519
519
* The file must be an instance of `Phaser.Loader.File`, or a class that extends it. The Loader will check that the key
520
520
* used by the file won't conflict with any other key either in the loader, the inflight queue or the target cache.
521
- * If allowed it will then add the file into the pending list, read for the load to start. Or, if the load has already
521
+ * If allowed it will then add the file into the pending list, ready for the load to start. Or, if the load has already
522
522
* started, ready for the next batch of files to be pulled from the list to the inflight queue.
523
523
*
524
524
* You should not normally call this method directly, but rather use one of the Loader methods like `image` or `atlas`,
You can’t perform that action at this time.
0 commit comments