Skip to content

Commit a863c80

Browse files
authored
Merge pull request #3227 from tiwillia/imagestreams
Fix typo in devGuide imagestream docker tag description
2 parents 19935a9 + 142b78c commit a863c80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: dev_guide/managing_images.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ deployments to behave. The following sections cover a range of these topics.
3535
Before working with {product-title} image streams and their tags, it will help
3636
to first understand image tags in the context of Docker generally.
3737

38-
Container images can have names added to them that make it more intuitive what they
39-
contain, called a _tag_. Using a tag to specify the version of what is contained
38+
Container images can have names added to them that make it more intuitive to determine
39+
what they contain, called a _tag_. Using a tag to specify the version of what is contained
4040
in the image is a common use case. If you have an image named *ruby*, you could
4141
have a tag named *2.0* for 2.0 version of Ruby, and another named *latest* to
4242
indicate literally the latest built image in that repository overall.

0 commit comments

Comments
 (0)