Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
docs: fix typos in JSDoc comments
closes #5117
  • Loading branch information
raksbisht authored and dougwilson committed Feb 22, 2023
commit 6b4c4f5426fb5de23fb7174fd6e3bf53048e06ca
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