From 7414a59c76991f7b24ea77084d8c6971e902cc21 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Sun, 6 Sep 2020 21:47:22 -0400 Subject: [PATCH] Fix a typo --- docs/examples/decoupled-packages.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/decoupled-packages.rst b/docs/examples/decoupled-packages.rst index 87bc9f66..3eb5b269 100644 --- a/docs/examples/decoupled-packages.rst +++ b/docs/examples/decoupled-packages.rst @@ -15,7 +15,7 @@ To wire the packages we use an application container. Application container has dependencies and package containers. It wires the packages and dependencies to create a complete application. -We build an example micro application that consists from 3 packages: +We build an example micro application that consists of 3 packages: - ``user`` - a package with user domain logic, depends on a database - ``photo`` - a package with photo domain logic, depends on a database and AWS S3