fix typos

fix 'independently' and 'separation'
This commit is contained in:
Andrew Clay Shafer 2014-07-28 17:12:18 -06:00
parent 733003f593
commit 8f3c0475a9
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ under 30 seconds.
A very common pattern is the N-tier architecture. The most common 2-tier architecture is
a pool of web servers that use a database tier. Additional tiers get added for API servers,
caching servers, routing meshes, etc. This pattern is used because the tiers can be scaled
indepedently and provide a seperation of concerns.
independently and provide a separation of concerns.
Terraform is an ideal tool for building and managing these infrastructures. Each tier can
be described as a collection of resources, and the dependencies between each tier is handled