diff --git a/book/routing.rst b/book/routing.rst index 88c165240ec..298c6e65827 100644 --- a/book/routing.rst +++ b/book/routing.rst @@ -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,