docs: fix typos in JSDoc comments

closes #5117
This commit is contained in:
Rakesh Bisht
2023-02-08 15:56:13 +05:30
committed by Douglas Christopher Wilson
parent a1efd9d6cf
commit 6b4c4f5426
2 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ var toString = Object.prototype.toString;
* 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
*/