Skip to content

Commit 08f876d

Browse files
authored
Merge pull request #6359 from hsnabszhdn/fix-sentence-structures-in-run-md
docs: fix sentence structures in 'run.md'
2 parents 0f875ba + ba2c1c9 commit 08f876d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/run.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ $ docker run -it --mount type=bind,source=[PATH],target=[PATH] busybox
248248
```
249249

250250
In this case, the `--mount` flag takes three parameters. A type (`bind`), and
251-
two paths. The `source` path is a the location on the host that you want to
251+
two paths. The `source` path is the location on the host that you want to
252252
bind mount into the container. The `target` path is the mount destination
253253
inside the container.
254254

@@ -1087,7 +1087,7 @@ Additionally, you can set any environment variable in the container by using
10871087
one or more `-e` flags. You can even override the variables mentioned above, or
10881088
variables defined using a Dockerfile `ENV` instruction when building the image.
10891089

1090-
If the you name an environment variable without specifying a value, the current
1090+
If you name an environment variable without specifying a value, the current
10911091
value of the named variable on the host is propagated into the container's
10921092
environment:
10931093

0 commit comments

Comments
 (0)