Skip to content

Commit

Permalink
minor #5680 fix grammar mistake (greg0ire)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.3 branch.

Discussion
----------

fix grammar mistake

Commits
-------

91f9b8a fix grammar mistake
  • Loading branch information
xabbuh committed Sep 9, 2015
2 parents 18c4053 + 91f9b8a commit 17bb0fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/dependency_injection/synthetic_services.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ service is injected into the container from within the ``Kernel`` class::
The ``kernel`` service is called a synthetic service. This service has to
be configured in the container, so the container knows the service does
exist during compilation (otherwise, services depending on this ``kernel``
service will get a "service does not exists" error).
service will get a "service does not exist" error).

In order to do so, you have to use
:method:`Definition::setSynthetic() <Symfony\\Component\\DependencyInjection\\Definition::setSynthetic>`::
Expand Down

0 comments on commit 17bb0fc

Please sign in to comment.