[FrameworkBundle] minor typo in controller action docblock

This commit is contained in:
Jonathan Ingram 2012-07-17 15:02:05 +10:00
parent 151b79a6ce
commit 764b1dea62
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ class RedirectController extends ContainerAware
* It expects a route path parameter.
* By default, the response status code is 301.
*
* If the route empty, the status code will be 410.
* If the route is empty, the status code will be 410.
* If the permanent path parameter is set, the status code will be 302.
*
* @param string $route The route pattern to redirect to