Skip to content

Commit

Permalink
Merge pull request #119 from gotoplanb/master
Browse files Browse the repository at this point in the history
Typo fixes.
  • Loading branch information
jaredhanson committed Dec 7, 2013
2 parents d08a57b + 67645db commit b813dc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/cli/create.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ var cssStylesheet = [
var routesTemplate = [
'// Draw routes. Locomotive\'s router provides expressive syntax for drawing'
, '// routes, including support for resourceful routes, namespaces, and nesting.'
, '// MVC routes can be mapped mapped to controllers using convenient'
, '// MVC routes can be mapped to controllers using convenient'
, '// `controller#action` shorthand. Standard middleware in the form of'
, '// `function(req, res, next)` is also fully supported. Consult the Locomotive'
, '// Guide on [routing](http://locomotivejs.org/guide/routing.html) for additional'
Expand Down Expand Up @@ -116,7 +116,7 @@ var allEnvironments = [
, ' // templates using the `name.format.engine` convention, for example'
, ' // `index.html.ejs` For some template engines, such as Jade, that find'
, ' // layouts using a `layout.engine` notation, this results in mixed conventions'
, ' // that can cuase confusion. If this occurs, you can map an explicit'
, ' // that can cause confusion. If this occurs, you can map an explicit'
, ' // extension to a format.'
, ' /* this.format(\'html\', { extension: \'.jade\' }) */'
, ''
Expand Down

0 comments on commit b813dc4

Please sign in to comment.