Skip to content

Commit 4670619

Browse files
committed
spelling: dependencies
1 parent 22fb1f7 commit 4670619

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/loader/filetypes/MultiScriptFile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ var MultiScriptFile = new Class({
111111
*
112112
* The difference between this and the `ScriptFile` file type is that you give an array of scripts to this method,
113113
* and the scripts are then processed _exactly_ in that order. This allows you to load a bunch of scripts that
114-
* may have dependancies on each other without worrying about the async nature of traditional script loading.
114+
* may have dependencies on each other without worrying about the async nature of traditional script loading.
115115
*
116116
* You can call this method from within your Scene's `preload`, along with any other files you wish to load:
117117
*

0 commit comments

Comments
 (0)