Skip to content

Commit 1eca24c

Browse files
authored
Merge pull request #2467 from tracli/typo-fix-part12a
Fix two typos in the text
2 parents 7ce40af + e0014a4 commit 1eca24c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/12/en/part12a.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Docker version 20.10.5, build 55c4c88
9797

9898
### Containers and images
9999

100-
There are two core concepts in this part: <i>container</i> and <i>image</i>. There are easy to confuse with one another.
100+
There are two core concepts in this part: <i>container</i> and <i>image</i>. They are easy to confuse with one another.
101101

102102
A <i>container</i> is a runtime instance of an <i>image</i>.
103103

@@ -254,7 +254,7 @@ hopeful_clarke
254254
255255
The start command will start the same container we had previously. Unfortunately, we forgot to start it with the flag _--interactive_ (that can also be written _-i_) so we can not interact with it.
256256
257-
The container is actually up and running as the command _container ls -a_ shows, but we just can not communicate it:
257+
The container is actually up and running as the command _container ls -a_ shows, but we just can not communicate with it:
258258
259259
```bash
260260
$ docker container ls -a

0 commit comments

Comments
 (0)