Skip to content

Commit

Permalink
style: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
BeksOmega committed Feb 28, 2022
1 parent 066b106 commit 9cda247
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/block.js
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ class Block {
}

/**
* Calls the init() function hand handles associated event firing, etc.
* Calls the init() function and handles associated event firing, etc.
* @protected
*/
doInit_() {
Expand Down
2 changes: 1 addition & 1 deletion core/block_svg.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ goog.require('Blockly.Touch');
class BlockSvg extends Block {
/**
* @param {!WorkspaceSvg} workspace The block's workspace.
* @param {!string} prototypeName Name of the language object containing
* @param {string} prototypeName Name of the language object containing
* type-specific functions for this block.
* @param {string=} opt_id Optional ID. Use this ID if provided, otherwise
* create a new ID.
Expand Down

0 comments on commit 9cda247

Please sign in to comment.