Corrected 'overide' typo in XML node help (#1061)

Thanks @njh
This commit is contained in:
Nicholas Humfrey 2016-11-18 12:41:48 +01:00 committed by Dave Conway-Jones
parent 5f5aa0b2f7
commit 74a1713e99
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
<p>A function that parses the <code>msg.payload</code> to convert xml to/from a javascript object. Places the result in the payload.</p>
<p>If the input is a string it tries to parse it as XML and creates a javascript object.</p>
<p>If the input is a javascript object it tries to build an XML string.</p>
<p>You can also pass in a <code>msg.options</code> object to overide all the multitude of parameters. See
<p>You can also pass in a <code>msg.options</code> object to override all the multitude of parameters. See
<a href="https://github.com/Leonidas-from-XIV/node-xml2js/blob/master/README.md#options" target="_blank">the xml2js docs</a>
for more information.</p>
<p>If set, options in the edit dialogue override those passed in on the msg.options object.</p>