Skip to content

Commit 4218ed5

Browse files
pace of sentence
1 parent 9cb8ac3 commit 4218ed5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/loader/LoaderPlugin.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -521,8 +521,8 @@ var LoaderPlugin = new Class({
521521
* 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
*
524-
* You should not normally call this method directly, but rather use one of the Loader methods like `image` or `atlas`,
525-
* however you can call this as long as the file given to it is well formed.
524+
* You should not normally call this method directly, but rather use one of the Loader methods like `image` or `atlas`.
525+
* However you can call this as long as the file given to it is well formed.
526526
*
527527
* @method Phaser.Loader.LoaderPlugin#addFile
528528
* @fires Phaser.Loader.Events#ADD

0 commit comments

Comments
 (0)