From 105163c6e963c699cdb6eab7e9d23d3bd1526b31 Mon Sep 17 00:00:00 2001 From: antograssiot Date: Sun, 31 May 2015 14:03:29 -0400 Subject: [PATCH] typos --- src/Shell/RoutesShell.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Shell/RoutesShell.php b/src/Shell/RoutesShell.php index f523c4dcf82..3972fd528ca 100644 --- a/src/Shell/RoutesShell.php +++ b/src/Shell/RoutesShell.php @@ -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`"