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

@@ -167,7 +167,7 @@ Blockly.Grid.prototype.setLineAttributes_ = function(line, width,
* Move the grid to a new x and y position, and make sure that change is
* visible.
* @param {number} x The new x position of the grid (in px).
* @param {number} y The new y position ofthe grid (in px).
* @param {number} y The new y position of the grid (in px).
* @package
*/
Blockly.Grid.prototype.moveTo = function(x, y) {