Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 74d367b

Browse files
committed
Fix typo: indentation typo in yaml configuration.
1 parent a3add94 commit 74d367b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bundles/routing_auto/introduction.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ document could be defined as follows:
100100
Acme\ForumBundle\Document\Topic:
101101
uri_schema: /my-forum/{category}/{title}
102102
token_providers:
103-
category: [content_method, { method: getCategoryTitle, slugify: true }]
104-
title: [content_method, { method: getTitle }] # slugify is true by default
103+
category: [content_method, { method: getCategoryTitle, slugify: true }]
104+
title: [content_method, { method: getTitle }] # slugify is true by default
105105
106106
.. code-block:: xml
107107

0 commit comments

Comments
 (0)