Skip to content

Commit f378f18

Browse files
stephpyweaverryan
authored andcommitted
fix typo
1 parent ca31fb6 commit f378f18

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

10921092
.. code-block:: javascript
10931093
1094-
var url = Routing.generate('blog_show', { "slug": 'my-blog-post});
1094+
var url = Routing.generate('blog_show', { "slug": 'my-blog-post'});
10951095
10961096
For more information, see the documentation for that bundle.
10971097

0 commit comments

Comments
 (0)