Fix small typo in documentation (#180)

This commit is contained in:
James Lafa 2018-01-26 18:15:07 +01:00 committed by Roman Mogylatov
parent 0e50b1d379
commit fe4f32303a

View File

@ -33,7 +33,7 @@ Example:
DBAPI 2.0 database connection. Being a self-sufficient library,
``UsersService`` doesn't hardcode any kind of database management logic.
Instead of this, ``UsersService`` has external dependency, that has to
be satisfied by cleint's code, out of library's scope.
be satisfied by client's code, out of library's scope.
.. image:: /images/providers/dependency.png