Skip to content

Commit

Permalink
Added missing +
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoguchi committed Apr 6, 2011
1 parent 26c2909 commit 5ee8998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/everymodule.js
Expand Up @@ -14,7 +14,7 @@ function route (method) {
return function (alias, description) {
this._routes[method].push(alias);
if (description)
description = routeDescPrefix[method] ' - ' + description;
description = routeDescPrefix[method] + ' - ' + description;
this.configurable(alias, description);
this._currentRoute = method + '.' + alias;
return this;
Expand Down

0 comments on commit 5ee8998

Please sign in to comment.