8000 Merge pull request #1415 from Justpassingby/minor_typo_fixes · jeremyFreeAgent/symfony-docs@240cf46 · GitHub
[go: up one dir, main page]

Skip to content

Commit 240cf46

Browse files
committed
Merge pull request symfony#1415 from Justpassingby/minor_typo_fixes
Fix minor typo in Routing chapter of the Book
2 parents cea59e2 + dd263ee commit 240cf46

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