We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cea59e2 + dd263ee commit 240cf46Copy full SHA for 240cf46
book/routing.rst
@@ -88,7 +88,7 @@ pattern that points to a specific PHP class and method:
88
{
89
public function showAction($slug)
90
91
- $blog = // use the $slug varible to query the database
+ $blog = // use the $slug variable to query the database
92
93
return $this->render('AcmeBlogBundle:Blog:show.html.twig', array(
94
'blog' => $blog,
0 commit comments