Skip to content

Commit f218ed4

Browse files
authored
Merge pull request #22087 from sarat1669/patch-1
fix typo
2 parents 78c6b40 + e79848f commit f218ed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/containers/images.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ weight: 10
1010
<!-- overview -->
1111

1212
A container image represents binary data that encapsulates an application and all its
13-
software depencies. Container images are executable software bundles that can run
13+
software dependencies. Container images are executable software bundles that can run
1414
standalone and that make very well defined assumptions about their runtime environment.
1515

1616
You typically create a container image of your application and push it to a registry

0 commit comments

Comments
 (0)