Typo fixes. (#3769)

This commit is contained in:
Monica Kozbial
2020-03-25 15:47:27 -07:00
committed by GitHub
parent d6abf4798e
commit a9223b0b22
39 changed files with 55 additions and 55 deletions

View File

@@ -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');

View File

@@ -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() {