Skip to content

Commit 2000f3b

Browse files
authored
Fixed some grammar issues
Fixed some minor grammar issues between line 598 to 600.
1 parent 0c06912 commit 2000f3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/12/en/part12b.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -595,9 +595,9 @@ $ docker container rm keen_darwin
595595
$ docker container run -d -p 8080:80 nginx
596596
```
597597

598-
> <i>**Editor's note_** when doing development, it is **essential** to constantly follow the container logs. I'm usually not running containers in a detached mode (that is with -d) since it requires a bit of extra effor to open the logs.
598+
> <i>**Editor's note_** when doing development, it is **essential** to constantly follow the container logs. I'm usually not running containers in a detached mode (that is with -d) since it requires a bit of an extra effort to open the logs.
599599
>
600-
> When I'm 100% sure that everything works... no, when I'm 200% sure, then I might relax a bit and start the containers in detached mode. Until everithing again falls apart and it is time to open the logs again.</i>
600+
> When I'm 100% sure that everything works... no, when I'm 200% sure, then I might relax a bit and start the containers in detached mode. Until everything again falls apart and it is time to open the logs again.</i>
601601
602602
Let's look at the app by going to http://localhost:8080. It seems that the app is showing the wrong message! Let's hop right into the container and fix this. Keep your browser open, we won't need to shut down the container for this fix. We will execute bash inside the container, the flags _-it_ will ensure that we can interact with the container:
603603

0 commit comments

Comments
 (0)