From c262d33d85a3e9129e227498458644c713976b67 Mon Sep 17 00:00:00 2001 From: Mebin Robin Date: Sat, 8 Jul 2017 07:50:22 +0400 Subject: [PATCH] Fixed a (very) tiny grammar error. --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 05cbd63..e2369b5 100644 --- a/index.js +++ b/index.js @@ -49,7 +49,7 @@ module.exports.Route = Route * Initialize a new `Router` with the given `options`. * * @param {object} options - * @return {Router} which is an callable function + * @return {Router} which is a callable function * @public */