Skip to content

Commit 9f9efe3

Browse files
authored
Merge pull request #2736 from uptimistic/patch-2
Update part12a.md
2 parents 1e1e0bb + 595dd6f commit 9f9efe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/12/en/part12a.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ lang: en
77

88
<div class="content">
99

10-
Software development includes the whole lifecycle from envisioning the software to programming and to releasing the it to the end-users and even maintaining it. This part will introduce containers, a modern tool utilized in the latter parts of the software lifecycle.
10+
Software development includes the whole lifecycle from envisioning the software to programming and to releasing it to the end-users and even maintaining it. This part will introduce containers, a modern tool utilized in the latter parts of the software lifecycle.
1111

1212
Containers encapsulate your application into a single package. This package will then include all of the dependencies with the application. As a result, each container can run isolated from the other containers.
1313

0 commit comments

Comments
 (0)