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

[routing-auto-bundle] Fix indentation typo in routing auto bundle yaml configuration example #574

Merged
merged 1 commit into from
Sep 23, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions bundles/routing_auto/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down