8000 One more correction · symfony/symfony-docs@6c82faa · GitHub
[go: up one dir, main page]

Skip to content

Commit 6c82faa

Browse files
l3ackslash0weaverryan
authored andcommitted
One more correction
1 parent a829211 commit 6c82faa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

glossary.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Glossary
1414
Dependency Injection
1515
The Dependency Injection is a design pattern highly used in the Symfony2 Framework.
1616
It encourages loosely coupled and more maintainable architecture of an application.
17-
The main principle of this pattern is that it allows developers to *inject* into other objects
17+
The main principle of this pattern is that it allows developers to *inject* objects
1818
(also known as services) in other objects, generally passing them as parameters.
1919
Different levels of coupling between these objects can be established
2020
depending on the method used to inject objects together.

0 commit comments

Comments
 (0)
0