mirror of
https://github.com/google/blockly.git
synced 2026-01-07 00:50:27 +01:00
Typo fixes. (#3769)
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @fileoverview Gulp tasks to check the licenses of Blockly depenedencies.
|
||||
* @fileoverview Gulp tasks to check the licenses of Blockly dependencies.
|
||||
*/
|
||||
|
||||
const jsgl = require('js-green-licenses');
|
||||
|
||||
@@ -70,7 +70,7 @@ function packageBlockly() {
|
||||
|
||||
/**
|
||||
* This task wraps blocks_compressed.js into a CommonJS module for Node.js.
|
||||
* This is an equivelant task to package-blockly but for Node.js.
|
||||
* This is an equivalent task to package-blockly but for Node.js.
|
||||
* @example import 'blockly/blockly-node';
|
||||
*/
|
||||
function packageBlocklyNode() {
|
||||
|
||||
Reference in New Issue
Block a user