Skip to content

Commit

Permalink
docs: fix typos in JSDoc comments
Browse files Browse the repository at this point in the history
closes #5117
  • Loading branch information
raksbisht authored and dougwilson committed Feb 22, 2023
1 parent a1efd9d commit 6b4c4f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/markdown/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ app.engine('md', function(path, options, fn){

app.set('views', path.join(__dirname, 'views'));

// make it the default so we dont need .md
// make it the default, so we don't need .md
app.set('view engine', 'md');

app.get('/', function(req, res){
Expand Down
2 changes: 1 addition & 1 deletion lib/router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/

Expand Down

0 comments on commit 6b4c4f5

Please sign in to comment.