Normalize to one spelling of color/colour.

This commit is contained in:
Neil Fraser
2019-10-16 09:40:02 -07:00
committed by Neil Fraser
parent 267deceb82
commit 01b6992efd
4 changed files with 20 additions and 20 deletions

View File

@@ -175,7 +175,7 @@ Blockly.blockRendering.Debug.prototype.drawRenderedElem = function(elem, isRtl)
/**
* Draw a circle at the location of the given connection. Inputs and outputs
* share the same colors, as do previous and next. When positioned correctly
* share the same colours, as do previous and next. When positioned correctly
* a connected pair will look like a bullseye.
* @param {Blockly.RenderedConnection} conn The connection to circle.
* @package