Fix typo in English messages

This commit is contained in:
Kazuhito Yokoi
2018-10-22 18:21:51 +09:00
parent f22960ad59
commit 371d357218
2 changed files with 2 additions and 2 deletions

View File

@@ -83,7 +83,7 @@
<p>This node can be used to create a timeout within a flow. By default, when
it receives a message, it sends on a message with a <code>payload</code> of <code>1</code>.
It then waits 250ms before sending a second message with a <code>payload</code> of <code>0</code>.
This could be used, for example, to blink an LED attached to a Raspberry PI GPIO pin.</p>
This could be used, for example, to blink an LED attached to a Raspberry Pi GPIO pin.</p>
<p>The payloads of each message sent can be configured to a variety of values, including
the option to not send anything. For example, setting the initial message to <i>nothing</i> and
selecting the option to extend the timer with each received message, the node will