Skip to content

Commit 9cb8ac3

Browse files
typo
1 parent 3dcc2fd commit 9cb8ac3

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
@@ -518,7 +518,7 @@ var LoaderPlugin = new Class({
518518
*
519519
* The file must be an instance of `Phaser.Loader.File`, or a class that extends it. The Loader will check that the key
520520
* 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
522522
* started, ready for the next batch of files to be pulled from the list to the inflight queue.
523523
*
524524
* You should not normally call this method directly, but rather use one of the Loader methods like `image` or `atlas`,

0 commit comments

Comments
 (0)