We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bfa09e commit e97726bCopy full SHA for e97726b
components/dependency_injection/parameters.rst
@@ -333,9 +333,9 @@ Yaml
333
Start the string with ``@`` or ``@?`` to reference a service in Yaml.
334
335
* ``@mailer`` references the ``mailer`` service. If the service does not
336
- exists, an exception will be thrown;
+ exist, an exception will be thrown;
337
* ``@?mailer`` references the ``mailer`` service. If the service does not
338
- exists, it will be ignored;
+ exist, it will be ignored;
339
340
.. tip::
341
0 commit comments