Skip to content

Commit 9710bb5

Browse files
committed
final touches
1 parent ad27a83 commit 9710bb5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cookbook/bundles/extension.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ The second method has several specific advantages:
9191

9292
.. seealso::
9393

94-
For other usages of the parameter ``%`` syntax see
94+
For parameter handling within a Dependency Injection class see
9595
:doc:`</cookbook/configuration/using_parameters_in_dic>`.
9696

9797
.. index::

cookbook/configuration/using_parameters_in_dic.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Now, examine the results to see this closely:
5151
5252
<?xml version="1.0" encoding="UTF-8" ?>
5353
<container xmlns="http://symfony.com/schema/dic/services"
54-
my-bundle="http://example.org/schema/dic/my_bundle">
54+
xmlns:my-bundle="http://example.org/schema/dic/my_bundle">
5555
5656
<my-bundle:config logging="true" />
5757
<!-- true, as expected -->

cookbook/routing/service_container_parameters.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,5 +123,5 @@ path):
123123

124124
.. seealso::
125125

126-
For other usages of the parameter ``%`` syntax see
126+
For parameter handling within a Dependency Injection class see
127127
:doc:`</cookbook/configuration/using_parameters_in_dic>`.

0 commit comments

Comments
 (0)