Typo corrections

This commit is contained in:
Austin White
2012-10-26 16:59:33 -07:00
parent 37cd08faea
commit 921e232d9d
2 changed files with 2 additions and 2 deletions

View File

@@ -332,7 +332,7 @@ This routing convention may not be desirable for every situation, so you may als
<a name="cli-route-testing"></a>
## CLI Route Testing
You may test your routes using Laravel's "Artisan" CLI. Simple specify the request method and URI you want to use. The route response will be var_dump'd back to the CLI.
You may test your routes using Laravel's "Artisan" CLI. Simply specify the request method and URI you want to use. The route response will be var_dump'd back to the CLI.
#### Calling a route via the Artisan CLI: