We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 24087d9 + 46536de commit 30f9805Copy full SHA for 30f9805
lib/application.js
@@ -405,7 +405,7 @@ methods.forEach(function(method){
405
app[method] = function(path){
406
if ('get' == method && 1 == arguments.length) return this.set(path);
407
408
- // if no router attacked yet, attach the router
+ // if no router attached yet, attach the router
409
if (!this._usedRouter) this.use(this.router);
410
411
// setup route
0 commit comments