8000 Fixing typo thanks to @xabbuh · symfony/symfony-docs@007a54f · GitHub
[go: up one dir, main page]

Skip to content

Commit 007a54f

Browse files
committed
Fixing typo thanks to @xabbuh
1 parent 873706c commit 007a54f

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
@@ -1237,7 +1237,7 @@ By default, the router will generate relative URLs (e.g. ``/blog``). From
12371237
a controller, simply pass ``true`` to the third argument of the ``generateUrl()``
12381238
method::
12391239

1240-
$this->getgenerateUrl('blog_show', array('slug' => 'my-blog-post'), true);
1240+
$this->generateUrl('blog_show', array('slug' => 'my-blog-post'), true);
12411241
// http://www.example.com/blog/my-blog-post
12421242

12431243
From a template, it looks like this:

0 commit comments

Comments
 (0)
0