Skip to content

Commit 674f04d

Browse files
committed
[symfony#2882] Typo fix thanks to @xabbuh
1 parent 98a4ccb commit 674f04d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dependency_injection/parameters.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ Start the string with ``@`` or ``@?`` to reference a service in Yaml.
340340
Xml
341341
~~~
342342

343-
In XML, use the ``service`` type. The behavior if the service does not exists
343+
In XML, use the ``service`` type. The behavior if the service does not exist
344344
can be specified using the ``on-invalid`` argument. By default, an exception
345345
is thrown. Valid values for ``on-invalid`` are ``null`` (uses ``null`` in place
346346
of the missing service) or ``ignored`` (very similar, except if used on a

0 commit comments

Comments
 (0)