Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
antograssiot committed May 31, 2015
1 parent f7692a4 commit 105163c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Shell/RoutesShell.php
Expand Up @@ -97,7 +97,7 @@ public function getOptionParser()
'help' => 'Check a URL string against the routes. ' .
'Will output the routing parameters the route resolves to.'
])->addSubcommand('generate', [
'help' => 'Check a routing array agains the routes. ' .
'help' => 'Check a routing array against the routes. ' .
"Will output the URL if there is a match.\n\n" .
"Routing parameters should be supplied in a key:value format. " .
"For example `controller:Articles action:view 2`"
Expand Down

0 comments on commit 105163c

Please sign in to comment.