mirror of
https://github.com/google/blockly.git
synced 2026-01-11 10:57:07 +01:00
Correcting typo in comment (#1866)
This commit is contained in:
committed by
GitHub
parent
1e0c66a102
commit
b37a4bd5b8
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user