diff --git a/packages/node_modules/@node-red/nodes/examples/parser/csv/01 - Parse CSV with default column name as message sequence.json b/packages/node_modules/@node-red/nodes/examples/parser/csv/01 - Parse CSV with default column name as message sequence.json index bcf37bed8..ed75294b1 100644 --- a/packages/node_modules/@node-red/nodes/examples/parser/csv/01 - Parse CSV with default column name as message sequence.json +++ b/packages/node_modules/@node-red/nodes/examples/parser/csv/01 - Parse CSV with default column name as message sequence.json @@ -90,8 +90,8 @@ "id": "783cfaa6.52fbe4", "type": "comment", "z": "4b63452d.672afc", - "name": "Partse CSV with default column name as messages", - "info": "CSV node can parse input CSV data.\nParsed CSV record can be send as a message sequence.\nEach message payload point to an object with `col`*N* as a key and CSV value as a value.\n", + "name": "Parse CSV with default column name as messages", + "info": "CSV node can parse input CSV data.\nParsed CSV record can be sent as a message sequence.\nEach message payload points to an object with `col`*N* as a key and CSV value as a value.\n", "x": 330, "y": 120, "wires": [] diff --git a/packages/node_modules/@node-red/nodes/examples/parser/csv/02 - Parse CSV with default column name as array.json b/packages/node_modules/@node-red/nodes/examples/parser/csv/02 - Parse CSV with default column name as array.json index bfaab885c..85a03e486 100644 --- a/packages/node_modules/@node-red/nodes/examples/parser/csv/02 - Parse CSV with default column name as array.json +++ b/packages/node_modules/@node-red/nodes/examples/parser/csv/02 - Parse CSV with default column name as array.json @@ -90,8 +90,8 @@ "id": "187f4ab3.4c9ab5", "type": "comment", "z": "4b63452d.672afc", - "name": "Partse CSV with default column name as array", - "info": "CSV node can send single message with array of parsed CSV records.\nEach element of the array consists of objects with key-value pair.", + "name": "Parse CSV with default column name as array", + "info": "CSV node can send a single message with array of parsed CSV records.\nEach element of the array consists of objects with key-value pair.", "x": 320, "y": 300, "wires": [] diff --git a/packages/node_modules/@node-red/nodes/examples/parser/csv/03 - Parse CSV with specified column name as message sequence.json b/packages/node_modules/@node-red/nodes/examples/parser/csv/03 - Parse CSV with specified column name as message sequence.json index abb1fccda..327a25313 100644 --- a/packages/node_modules/@node-red/nodes/examples/parser/csv/03 - Parse CSV with specified column name as message sequence.json +++ b/packages/node_modules/@node-red/nodes/examples/parser/csv/03 - Parse CSV with specified column name as message sequence.json @@ -90,7 +90,7 @@ "id": "aaa1ee8f.21e2c", "type": "comment", "z": "4b63452d.672afc", - "name": "Partse CSV with specified column name as messages", + "name": "Parse CSV with specified column name as messages", "info": "CSV node can specify column name of parsed objects in its settings panel.", "x": 340, "y": 500, diff --git a/packages/node_modules/@node-red/nodes/examples/parser/csv/04 - Parse CSV with column name in first row as message sequence.json b/packages/node_modules/@node-red/nodes/examples/parser/csv/04 - Parse CSV with column name in first row as message sequence.json index 580849567..e287b57e7 100644 --- a/packages/node_modules/@node-red/nodes/examples/parser/csv/04 - Parse CSV with column name in first row as message sequence.json +++ b/packages/node_modules/@node-red/nodes/examples/parser/csv/04 - Parse CSV with column name in first row as message sequence.json @@ -90,7 +90,7 @@ "id": "85091361.85644", "type": "comment", "z": "4b63452d.672afc", - "name": "Partse CSV with column name in first row as messages", + "name": "Parse CSV with column name in first row as messages", "info": "CSV node can use first row of input CSV text as a column name of each record object.\n", "x": 340, "y": 680, diff --git a/packages/node_modules/@node-red/nodes/examples/parser/html/04 - Join extracedt sequence of HTML element using join node.json b/packages/node_modules/@node-red/nodes/examples/parser/html/04 - Join extracedt sequence of HTML element using join node.json index 919953284..6a08486b9 100644 --- a/packages/node_modules/@node-red/nodes/examples/parser/html/04 - Join extracedt sequence of HTML element using join node.json +++ b/packages/node_modules/@node-red/nodes/examples/parser/html/04 - Join extracedt sequence of HTML element using join node.json @@ -51,7 +51,7 @@ "id": "a57d35d0.8aa538", "type": "comment", "z": "4b63452d.672afc", - "name": "Join extracedt sequence of HTML element using join node", + "name": "Join extracted sequence of HTML element using join node", "info": "Message sequence extracted by HTML node can be combined using join node.", "x": 310, "y": 700,