Skip to content

Commit

Permalink
Fix minor typo in Routing chapter of the Book
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelperrin committed May 29, 2012
1 parent ff548b2 commit dd263ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/routing.rst
Expand Up @@ -88,7 +88,7 @@ pattern that points to a specific PHP class and method:
{
public function showAction($slug)
{
$blog = // use the $slug varible to query the database
$blog = // use the $slug variable to query the database
return $this->render('AcmeBlogBundle:Blog:show.html.twig', array(
'blog' => $blog,
Expand Down

0 comments on commit dd263ee

Please sign in to comment.