Skip to content

Commit c9a52ae

Browse files
committed
Added the changes suggested by reviewers
1 parent d5cd8d0 commit c9a52ae

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

bundles/inheritance.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ The same goes for routing files and some other resources.
9494
The overriding of resources only works when you refer to resources with
9595
the ``@FOSUserBundle/Resources/config/routing/security.xml`` method.
9696
You need to use the ``@BundleName`` shortcut when refering to resources
97-
so they can be successfully overridden.
97+
so they can be successfully overridden (except templates, which are
98+
overridden in a different way, as explained in :doc:`/templating/overriding`).
9899

99100
.. caution::
100101

bundles/override.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ associations. Learn more about this feature and its limitations in
7272
Forms
7373
-----
7474

75-
Existing form types can be modified defining "form type extensions".
76-
For more information, see :doc:`/form/create_form_type_extension`.
75+
Existing form types can be modified defining
76+
:doc:`form type extensions </form/create_form_type_extension>`.
7777

7878
.. _override-validation:
7979

0 commit comments

Comments
 (0)