Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
GromNaN committed Jun 29, 2011
1 parent 4df8901 commit d4cee24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbook/routing/slash_in_parameter.rst
Expand Up @@ -52,7 +52,7 @@ a more permissive regex pattern.
use Symfony\Component\Routing\Route;
$collection = new RouteCollection();
$collection->add('secure', new Route('/hello/{name}', array(
$collection->add('_hello', new Route('/hello/{name}', array(
'_controller' => 'AcmeDemoBundle:Demo:hello',
), array(
'name' => '.+',
Expand Down

0 comments on commit d4cee24

Please sign in to comment.