Fix small typo in documentation

This commit is contained in:
James Lafa 2018-01-25 16:15:28 +01:00
parent 0e50b1d379
commit 62bc597e80

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