Skip to content

Commit 336aab8

Browse files
get-started: fix typo (#23406)
<!--Delete sections as needed --> ## Description Fixed typo. ## Related issues or tickets https://docker.slack.com/archives/C04BMTUC41E/p1757683181769229 ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Editorial review Signed-off-by: Craig <[email protected]>
1 parent 4d3913f commit 336aab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/get-started/docker-concepts/the-basics/what-is-an-image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ aliases:
1212

1313
## Explanation
1414

15-
Seeing a [container](./what-is-a-container.md) is an isolated process, where does it get its files and configuration? How do you share those environments?
15+
Seeing as a [container](./what-is-a-container.md) is an isolated process, where does it get its files and configuration? How do you share those environments?
1616

1717
That's where container images come in. A container image is a standardized package that includes all of the files, binaries, libraries, and configurations to run a container.
1818

0 commit comments

Comments
 (0)