Update wording on index pages

This commit is contained in:
Roman Mogylatov 2020-10-09 12:41:23 -04:00
parent 68773576a7
commit 011e93690f
3 changed files with 3 additions and 3 deletions

View File

@ -123,7 +123,7 @@ It also helps you in configuring project for the different environments: replace
with a stub on the dev or stage.
With the ``Dependency Injector`` objects assembling is consolidated in the container.
Dependencies and injections are defined explicitly.
Dependency injections are defined explicitly.
This makes easier to understand and change how application works.
.. figure:: https://raw.githubusercontent.com/wiki/ets-labs/python-dependency-injector/img/di-readme.svg

View File

@ -121,7 +121,7 @@ Key features of the ``Dependency Injector``:
main() # <-- overridden dependency is injected automatically
With the ``Dependency Injector`` objects assembling is consolidated in the container.
Dependencies and injections are defined explicitly.
Dependency injections are defined explicitly.
This makes easier to understand and change how application works.
.. figure:: https://raw.githubusercontent.com/wiki/ets-labs/python-dependency-injector/img/di-readme.svg

View File

@ -206,7 +206,7 @@ You can override any provider with another provider.
It also helps you in configuring project for the different environments: replace an API client
with a stub on the dev or stage.
Objects assembling is consolidated in the container. Dependencies and injections are defined explicitly.
Objects assembling is consolidated in the container. Dependency injections are defined explicitly.
This makes easier to understand and change how application works.
Testing, Monkey-patching and dependency injection