From 71ca724921d807a4a9f3cbd15a9f63385c2c718f Mon Sep 17 00:00:00 2001 From: "Nathan H. Leung" Date: Thu, 15 May 2025 13:34:08 -0700 Subject: [PATCH] docs: fix typo in .all doc comment --- lib/route.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/route.js b/lib/route.js index 1887d78..829f5c2 100644 --- a/lib/route.js +++ b/lib/route.js @@ -167,7 +167,7 @@ Route.prototype.dispatch = function dispatch (req, res, done) { * Behaves just like middleware and can respond or call `next` * to continue processing. * - * You can use multiple `.all` call to add multiple handlers. + * You can use multiple `.all` calls to add multiple handlers. * * function check_something(req, res, next){ * next()