Skip to content

Commit 6b4c4f5

Browse files
raksbishtdougwilson
authored andcommitted
docs: fix typos in JSDoc comments
closes #5117
1 parent a1efd9d commit 6b4c4f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/markdown/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ app.engine('md', function(path, options, fn){
2626

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

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

3232
app.get('/', function(req, res){

lib/router/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ var toString = Object.prototype.toString;
3636
* Initialize a new `Router` with the given `options`.
3737
*
3838
* @param {Object} [options]
39-
* @return {Router} which is an callable function
39+
* @return {Router} which is a callable function
4040
* @public
4141
*/
4242

0 commit comments

Comments
 (0)