diff --git a/nodes/core/logic/10-switch.html b/nodes/core/logic/10-switch.html index b0c928ad9..4f2518945 100644 --- a/nodes/core/logic/10-switch.html +++ b/nodes/core/logic/10-switch.html @@ -42,7 +42,7 @@

When a message arrives, the selected property is evaluated against each of the defined rules. The message is then sent to the output of all rules that pass.

-

Note: the otherwise rule applies as a "not any of" the rules preceeding it.

+

Note: the otherwise rule applies as a "not any of" the rules preceding it.