Skip to content

Commit

Permalink
Merge branch '2.0'
Browse files Browse the repository at this point in the history
Conflicts:
	book/routing.rst
  • Loading branch information
weaverryan committed May 20, 2012
2 parents 9acf5b6 + f378f18 commit 99698bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/routing.rst
Expand Up @@ -1101,7 +1101,7 @@ In an upcoming section, you'll learn how to generate URLs from inside templates.

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

Expand Down

0 comments on commit 99698bd

Please sign in to comment.