Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 240cf46

Browse filesBrowse 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
Copy full SHA for 240cf46

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎book/routing.rst

Copy file name to clipboardExpand all lines: book/routing.rst
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.