1
0
mirror of https://github.com/node-red/node-red-nodes.git synced 2023-10-10 13:36:58 +02:00

Fix misnamed nls message in serial node

This commit is contained in:
Nick O'Leary 2015-06-16 16:13:55 +01:00
parent ba0e2c3796
commit fd4b319af9

View File

@ -27,7 +27,7 @@
"split": { "split": {
"character": "on the character", "character": "on the character",
"timeout": "after a timeout of", "timeout": "after a timeout of",
"length": "into fixed lengths of" "lengths": "into fixed lengths of"
}, },
"output": { "output": {
"ascii": "ascii strings", "ascii": "ascii strings",