docs: fix spelling in throw docs (#1269)
This commit is contained in:
parent
bc81ca9414
commit
71aaa29591
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ const proto = module.exports = {
|
|||
*
|
||||
* See: https://github.com/jshttp/http-errors
|
||||
*
|
||||
* Note: `stats` should only be passed as the first parameter.
|
||||
* Note: `status` should only be passed as the first parameter.
|
||||
*
|
||||
* @param {String|Number|Error} err, msg or status
|
||||
* @param {String|Number|Error} [err, msg or status]
|
||||
|
|
Loading…
Reference in a new issue