Fix a typo

This commit is contained in:
Roman Mogylatov 2020-09-06 21:47:22 -04:00
parent ce82cdbe4c
commit 7414a59c76

View File

@ -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