Skip to content

Commit 67bf79b

Browse files
committed
[#2941] Fixing some whitespace
1 parent 6c82faa commit 67bf79b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

glossary.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ Glossary
1313

1414
Dependency Injection
1515
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* objects
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* objects
1818
(also known as services) in other objects, generally passing them as parameters.
19-
Different levels of coupling between these objects can be established
19+
Different levels of coupling between these objects can be established
2020
depending on the method used to inject objects together.
21-
The Dependency Injection pattern is the more often associated
22-
to another specific type of object: the :doc:`/book/service_container`
21+
The Dependency Injection pattern is the more often associated
22+
to another specific type of object: the :doc:`/book/service_container`.
2323

2424
Project
2525
A *Project* is a directory composed of an Application, a set of

0 commit comments

Comments
 (0)