Skip to content

Commit

Permalink
minor #4322 [Components][DependencyInjection] Correct a typo: replace…
Browse files Browse the repository at this point in the history
… "then" by "the" (fabschurt)

This PR was merged into the 2.3 branch.

Discussion
----------

[Components][DependencyInjection] Correct a typo: replace "then" by "the"

| Q             | A
| ------------- | ---
| Doc fix?      | yes
| New docs?     | no
| Applies to    | 2.3+
| Fixed tickets | n/a

Commits
-------

10776bb Correct a typo: replace "then" by "the".
  • Loading branch information
wouterj committed Oct 13, 2014
2 parents 8073239 + 10776bb commit 69bfac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/dependency_injection/definitions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Creating a new Definition
~~~~~~~~~~~~~~~~~~~~~~~~~

If you need to create a new definition rather than manipulate one retrieved
from then container then the definition class is :class:`Symfony\\Component\\DependencyInjection\\Definition`.
from the container then the definition class is :class:`Symfony\\Component\\DependencyInjection\\Definition`.

Class
~~~~~
Expand Down

0 comments on commit 69bfac1

Please sign in to comment.