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 007a54f

Browse filesBrowse files
committed
Fixing typo thanks to @xabbuh
1 parent 873706c commit 007a54f
Copy full SHA for 007a54f

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
@@ -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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.