Skip to content

Commit 69bfac1

Browse files
committed
minor #4322 [Components][DependencyInjection] Correct a typo: replace "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".
2 parents 8073239 + 10776bb commit 69bfac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dependency_injection/definitions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Creating a new Definition
4040
~~~~~~~~~~~~~~~~~~~~~~~~~
4141

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

4545
Class
4646
~~~~~

0 commit comments

Comments
 (0)