8000 Fix minor typo in Routing chapter of the Book · jeremyFreeAgent/symfony-docs@dd263ee · GitHub
[go: up one dir, main page]

Skip to content

Commit dd263ee

Browse files
committed
Fix minor typo in Routing chapter of the Book
1 parent ff548b2 commit dd263ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/routing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ pattern that points to a specific PHP class and method:
8888
{
8989
public function showAction($slug)
9090
{
91-
$blog = // use the $slug varible to query the database
91+
$blog = // use the $slug variable to query the database
9292
9393
return $this->render('AcmeBlogBundle:Blog:show.html.twig', array(
9494
'blog' => $blog,

0 commit comments

Comments
 (0)
0