Typo in http node help

This commit is contained in:
Nick O'Leary
2017-06-28 17:15:42 +01:00
parent a780d4463c
commit a6a9025bab

View File

@@ -62,7 +62,7 @@
<li><code>query</code> - an object containing any query string parameters.</li>
<li><code>params</code> - an object containing any route parameters.</li>
<li><code>cookies</code> - an object containing the cookies for the request.</li>
<li><code>files</code> - if enabled with the node, an object containing
<li><code>files</code> - if enabled within the node, an object containing
any files uploaded as part of a POST request.</li>
</ul>
</dd>