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.