8000 Adding some correction · symfony/symfony-docs@a829211 · GitHub
[go: up one dir, main page]

Skip to content

Commit a829211

Browse files
l3ackslash0weaverryan
authored andcommitted
Adding some correction
1 parent 6c58cc9 commit a829211

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

glossary.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ Glossary
1212
configuration, and an optional configuration system.
1313

1414
Dependency Injection
15-
The Dependency Injection is a design pattern highly used in Symfony2 Framework.
16-
It encourages less coupled and more maintainable architecture of an application.
17-
The main principle of this pattern is that it allows developers to *inject* objects
18-
(also known as services) in other objects, passing generally it as parameters.
15+
The Dependency Injection is a design pattern highly used in the Symfony2 Framework.
16+
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
18+
(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.
2121
The Dependency Injection pattern is the more often associated

0 commit comments

Comments
 (0)
0