Fix typos (#404)

* Fix typos: Interupt -> Interrupt

* Fix typos: tempateManagerRow -> templateManagerRow

* Fix some typos

* Fix typos: Convertable -> Convertible

* Fix some typos
This commit is contained in:
Yuta Hayashibe
2024-08-14 02:57:02 +09:00
committed by GitHub
parent d5deb6d2a0
commit 9f3696e70f
10 changed files with 20 additions and 18 deletions

View File

@@ -256,7 +256,7 @@ app.registerExtension({
{
// naming is inverted with respect to LiteGraphNode.horizontal
// LiteGraphNode.horizontal == true means that
// each slot in the inputs and outputs are layed out horizontally,
// each slot in the inputs and outputs are laid out horizontally,
// which is the opposite of the visual orientation of the inputs and outputs as a node
content:
'Set ' + (this.properties.horizontal ? 'Horizontal' : 'Vertical'),