diff --git a/packages/node_modules/@node-red/nodes/core/core/89-trigger.html b/packages/node_modules/@node-red/nodes/core/core/89-trigger.html index 3bbdfe603..18debbf5b 100644 --- a/packages/node_modules/@node-red/nodes/core/core/89-trigger.html +++ b/packages/node_modules/@node-red/nodes/core/core/89-trigger.html @@ -83,7 +83,7 @@

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 payload of 1. It then waits 250ms before sending a second message with a payload of 0. - This could be used, for example, to blink an LED attached to a Raspberry PI GPIO pin.

+ This could be used, for example, to blink an LED attached to a Raspberry Pi GPIO pin.

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 nothing and selecting the option to extend the timer with each received message, the node will diff --git a/packages/node_modules/@node-red/nodes/locales/en-US/messages.json b/packages/node_modules/@node-red/nodes/locales/en-US/messages.json index 5f22cb64a..13521d53f 100644 --- a/packages/node_modules/@node-red/nodes/locales/en-US/messages.json +++ b/packages/node_modules/@node-red/nodes/locales/en-US/messages.json @@ -311,7 +311,7 @@ "title": "Title", "body": "Body" }, - "tip": "Tip: The body text can be styled as Github flavoured Markdown" + "tip": "Tip: The body text can be styled as GitHub flavoured Markdown" }, "unknown": { "label": {