Merge pull request #39 from obbap1/patch-1

Minor spelling fix
This commit is contained in:
Arie Bregman 2019-11-02 21:04:05 +02:00 committed by GitHub
commit a88cd20bcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -147,7 +147,7 @@ In your answer you can mention one or more of the following:
<details>
<summary>Explain mutable vs. immutable infrastructure</summary><br><b>
In mutable infrastructure paradigm, changes applied on top of the existing infrastructure and over time
In mutable infrastructure paradigm, changes are applied on top of the existing infrastructure and over time
the infrastructure builds up a history of changes. Ansible, Puppet and Chef are examples to tools which
follow mutable infrastructure paradigm.