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

fix spelling in join node info

Manual fix for #1014
Thanks @rogovski
This commit is contained in:
Dave Conway-Jones 2016-10-17 21:17:45 +01:00
parent 5b22ccfca6
commit dbceef2581

View File

@ -125,7 +125,7 @@
</script>
<script type="text/x-red" data-help-name="join">
<p>A function that joins the a sequence of messages into a single message.</p>
<p>A function that joins a sequence of messages into a single message.</p>
<p>When paired with the <b>split</b> node, it will automatically join the messages
to reverse the split that was performed.</p>
<p>The node can join either a specific property of each received message or,