From fe4f32303a7369b7c1eac015e3cba78d4dfed6f9 Mon Sep 17 00:00:00 2001 From: James Lafa Date: Fri, 26 Jan 2018 18:15:07 +0100 Subject: [PATCH] Fix small typo in documentation (#180) --- docs/providers/dependency.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/providers/dependency.rst b/docs/providers/dependency.rst index 0833373a..0da99e9d 100644 --- a/docs/providers/dependency.rst +++ b/docs/providers/dependency.rst @@ -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