Skip to content

Commit a83155c

Browse files
author
Arie Bregman
authored
Merge pull request iluwatar#6 from kpucynski/immutable
immutable fix
2 parents 38ab4dc + 6461417 commit a83155c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ follow mutable infrastructure paradigm.
139139

140140
In immutable infrastructure paradigm, every change is actually new infrastructure. So a change
141141
to a server will result in a new server instead of updating it. Terraform is an example of technology
142-
which follows the mutable infrastructure paradigm.
142+
which follows the immutable infrastructure paradigm.
143143
</b></details>
144144

145145
<details>

0 commit comments

Comments
 (0)