spelling error in docs

This commit is contained in:
walterhiggins 2013-12-17 23:52:53 +00:00
parent 249d3dda31
commit a760cec44c
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ will be created and all of the bundled javascript files will be
unzipped into it from a bundled resource within the Java plugin. The
very first javascript file to load will always be
js-plugins/core/_scriptcraft.js. Then all other javascript files are
loaded except for filenames begin with `_` (underscore), such files
loaded except for filenames which begin with `_` (underscore), such files
are considered to be private modules and will not be automatically
loaded at startup.

View file

@ -18,7 +18,7 @@ will be created and all of the bundled javascript files will be
unzipped into it from a bundled resource within the Java plugin. The
very first javascript file to load will always be
js-plugins/core/_scriptcraft.js. Then all other javascript files are
loaded except for filenames begin with `_` (underscore), such files
loaded except for filenames which begin with `_` (underscore), such files
are considered to be private modules and will not be automatically
loaded at startup.