diff --git a/packages/node_modules/@node-red/nodes/locales/en-US/parsers/70-JSON.html b/packages/node_modules/@node-red/nodes/locales/en-US/parsers/70-JSON.html index 5783906a3..972b4be33 100644 --- a/packages/node_modules/@node-red/nodes/locales/en-US/parsers/70-JSON.html +++ b/packages/node_modules/@node-red/nodes/locales/en-US/parsers/70-JSON.html @@ -22,7 +22,7 @@
A JavaScript object or JSON string.
schemaobject
An optional JSON Schema object to validate the payload against. - The property will be deleted before the msg is sent to the next flow.
+ The property will be deleted before the msg is sent to the next node.

Outputs