From 71aaa29591d6681f8579486f18d32ba1ee651a5b Mon Sep 17 00:00:00 2001 From: Martin Iwanowski Date: Mon, 5 Nov 2018 10:16:27 +0100 Subject: [PATCH] docs: fix spelling in throw docs (#1269) --- lib/context.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/context.js b/lib/context.js index fa5b563..3e95755 100644 --- a/lib/context.js +++ b/lib/context.js @@ -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]