From 74d367b62b8d20b15a0015b9bdc4b8ef079cb349 Mon Sep 17 00:00:00 2001 From: dreamhood Date: Tue, 23 Sep 2014 06:44:30 +0530 Subject: [PATCH] Fix typo: indentation typo in yaml configuration. --- bundles/routing_auto/introduction.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bundles/routing_auto/introduction.rst b/bundles/routing_auto/introduction.rst index 0a0bd6cf..610152f2 100644 --- a/bundles/routing_auto/introduction.rst +++ b/bundles/routing_auto/introduction.rst @@ -100,8 +100,8 @@ document could be defined as follows: Acme\ForumBundle\Document\Topic: uri_schema: /my-forum/{category}/{title} token_providers: - category: [content_method, { method: getCategoryTitle, slugify: true }] - title: [content_method, { method: getTitle }] # slugify is true by default + category: [content_method, { method: getCategoryTitle, slugify: true }] + title: [content_method, { method: getTitle }] # slugify is true by default .. code-block:: xml