Skip to content

Commit

Permalink
Spelling correctin http node info, close node-red#266
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Conway-Jones committed Jul 14, 2014
1 parent 62496d8 commit debd5c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodes/core/io/21-httpin.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit debd5c4

Please sign in to comment.