Spelling correctin http node info, close #266

This commit is contained in:
Dave Conway-Jones 2014-07-14 09:26:09 +01:00
parent 62496d80d5
commit debd5c4496
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@
<p>Sends responses back to http requests received from an HTTP Input node.</p>
<p>The response can be customised using the following message properties:</p>
<ul>
<li><code>payload</code> is sent as the body of the reponse</li>
<li><code>payload</code> is sent as the body of the response</li>
<li><code>statusCode</code>, if set, is used as the response status code (default: 200)</li>
<li><code>headers</code>, if set, should be an object containing field/value
pairs to be added as response headers.</li>