Skip to content

Commit

Permalink
Stupid typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mde committed Nov 3, 2012
1 parent b4e00ef commit b5d2583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/Jakefile
Expand Up @@ -800,7 +800,7 @@ namespace('auth', function () {
"router.resource('users');";

if (addRoute(routerPath, newRoute)) {
console.log('Added autnehtication routes:\n' + newRoute);
console.log('Added authentication routes:\n' + newRoute);
}
else {
console.log('Authentication routes already defined in ' +
Expand Down

0 comments on commit b5d2583

Please sign in to comment.