From b37a4bd5b85e79305fb89a566da501f82a6fbf2e Mon Sep 17 00:00:00 2001 From: Andrew n marshall Date: Tue, 15 May 2018 14:12:15 -0700 Subject: [PATCH] Correcting typo in comment (#1866) --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index e705f7b8e..9bb787ab0 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -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.