Small typo fix in Manipulating Item States (#928)

Signed-off-by: John McMillan <johnmcmillaniv@gmail.com>
pull/930/head
JMacIV 2019-04-05 17:59:20 -04:00 committed by Jerome Luckenbach
parent ae02380e42
commit 6f6805982d
1 changed files with 1 additions and 1 deletions

View File

@ -299,7 +299,7 @@ The following table summarizes the impact of the two manipulator commands on the
| *Change through Binding* | ⚡ rule fires | ⚡ rule fires | (depends) |
**Beware:**
In most cases, a rule with a trigger of `receveived update` will fire following the command `sendCommand` as:
In most cases, a rule with a trigger of `received update` will fire following the command `sendCommand` as:
- openHAB auto-updates the status of Items for which the item definition does not contain `autoupdate="false"`
- the Thing sends an status update to the Item.