Correcting typo in comment (#1866)

This commit is contained in:
Andrew n marshall
2018-05-15 14:12:15 -07:00
committed by GitHub
parent 1e0c66a102
commit b37a4bd5b8

View File

@@ -39,7 +39,7 @@ gulp.task('build', gulp.shell.task([
]));
// Concatenates the necessary files to load Blockly in a Node.js VM. Blockly's
// inidividual libraries target use in a browser, where globals (via the window
// individual libraries target use in a browser, where globals (via the window
// objects) are used to share state and APIs. By concatenating all the
// necessary components into a single file, Blockly can be loaded as a Node.js
// module.