Skip to content

Commit 99698bd

Browse files
committed
Merge branch '2.0'
Conflicts: book/routing.rst
2 parents 9acf5b6 + f378f18 commit 99698bd

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
@@ -1101,7 +1101,7 @@ In an upcoming section, you'll learn how to generate URLs from inside templates.
11011101

11021102
.. code-block:: javascript
11031103
1104-
var url = Routing.generate('blog_show', { "slug": 'my-blog-post});
1104+
var url = Routing.generate('blog_show', { "slug": 'my-blog-post'});
11051105
11061106
For more information, see the documentation for that bundle.
11071107

0 commit comments

Comments
 (0)