We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19cfba5 commit 54fde83Copy full SHA for 54fde83
get-started/index.md
@@ -87,7 +87,7 @@ Containerization is increasingly popular because containers are:
87
### Images and containers
88
89
A container is launched by running an image. An **image** is an executable
90
-package that includes everything needed to run an appplication--the code, a
+package that includes everything needed to run an application--the code, a
91
runtime, libraries, environment variables, and configuration files.
92
93
A **container** is a runtime instance of an image--what the image becomes in
0 commit comments