Skip to content

Commit 1416b65

Browse files
authored
Merge pull request #27962 from ztaylor797/patch-1
Fix typo in images.md
2 parents b423476 + af94b0a commit 1416b65

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
@@ -25,7 +25,7 @@ This page provides an outline of the container image concept.
2525

2626
Container images are usually given a name such as `pause`, `example/mycontainer`, or `kube-apiserver`.
2727
Images can also include a registry hostname; for example: `fictional.registry.example/imagename`,
28-
and possible a port number as well; for example: `fictional.registry.example:10443/imagename`.
28+
and possibly a port number as well; for example: `fictional.registry.example:10443/imagename`.
2929

3030
If you don't specify a registry hostname, Kubernetes assumes that you mean the Docker public registry.
3131

0 commit comments

Comments
 (0)