Skip to content

Commit

Permalink
Fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
raksbisht committed Feb 8, 2023
1 parent 442fd46 commit ef6f9aa
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
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
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 ef6f9aa

Please sign in to comment.