Skip to content

Commit 30f9805

Browse files
committed
Merge pull request expressjs#1513 from killmenot/master
minor typo issue
2 parents 24087d9 + 46536de commit 30f9805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/application.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ methods.forEach(function(method){
405405
app[method] = function(path){
406406
if ('get' == method && 1 == arguments.length) return this.set(path);
407407

408-
// if no router attacked yet, attach the router
408+
// if no router attached yet, attach the router
409409
if (!this._usedRouter) this.use(this.router);
410410

411411
// setup route

0 commit comments

Comments
 (0)