1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Merge pull request #1625 from node-red-hitachi/fix-typo-in-info-text

Fix typo in info text
This commit is contained in:
Nick O'Leary 2018-02-13 23:44:35 +00:00 committed by GitHub
commit 0b6e290271
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -108,7 +108,7 @@
outstanding messages held by the node are cleared without being sent.</dd> outstanding messages held by the node are cleared without being sent.</dd>
</dl> </dl>
<h3>Details</h3> <h3>Details</h3>
<p>When configured to delay messages, the delay interval can be a fixed value <p>When configured to delay messages, the delay interval can be a fixed value,
a random value within a range or dynamically set for each message.</p> a random value within a range or dynamically set for each message.</p>
<p>When configured to rate limit messages, their delivery is spread across <p>When configured to rate limit messages, their delivery is spread across
the configured time period. The status shows the number of messages currently in the queue. the configured time period. The status shows the number of messages currently in the queue.

View File

@ -85,7 +85,6 @@
must have a <code>msg.topic</code> property and a <code>msg.parts</code> property must have a <code>msg.topic</code> property and a <code>msg.parts</code> property
identifying its sequence. The node is configured with a list of <code>topic</code> identifying its sequence. The node is configured with a list of <code>topic</code>
values to identify the order sequences are concatenated. values to identify the order sequences are concatenated.
</dd>
</dd> </dd>
</dl> </dl>
<h4>Storing messages</h4> <h4>Storing messages</h4>