From e0927d190f7844f475d33c012b706a128d8ecc4a Mon Sep 17 00:00:00 2001 From: Mark Hindess Date: Tue, 7 Oct 2014 08:40:06 +0100 Subject: [PATCH] Don't use abbreviation 'mins' and 'minutes' in the same sentence. I don't think saving three letters justifies the use of a non-standard abbreviation. If we really need to save letters, then the SI units would be better and for most people to read. --- nodes/core/core/20-inject.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nodes/core/core/20-inject.html b/nodes/core/core/20-inject.html index 4e8041400..38aa6efeb 100644 --- a/nodes/core/core/20-inject.html +++ b/nodes/core/core/20-inject.html @@ -116,8 +116,8 @@

If no payload is specified the payload is set to the current time in millisecs since 1970. This allows subsequent functions to perform time based actions.

The repeat function does what it says on the tin and continuously sends the payload every x seconds.

The Fire once at start option actually waits 50mS before firing to give other nodes a chance to instantiate properly.

-

Note: "Interval between times" and "at a specific time" will use cron. This means that 20 mins will be at the next hour, 20 mins past and 40 mins past - not in 20 minutes time. - If you want every 20 mins from now - use the basic "interval" option.

+

Note: "Interval between times" and "at a specific time" will use cron. This means that 20 minutes will be at the next hour, 20 minutes past and 40 minutes past - not in 20 minutes time. + If you want every 20 minutes from now - use the basic "interval" option.