mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Fix typo in English messages
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user