| ... | ... |
@@ -15,7 +15,7 @@ To [*build*](../commandline/cli/#cli-build) an image from a source repository, |
| 15 | 15 |
create a description file called Dockerfile at the root of your repository. |
| 16 | 16 |
This file will describe the steps to assemble the image. |
| 17 | 17 |
|
| 18 |
-Then call `docker build` with the path of you source repository as argument |
|
| 18 |
+Then call `docker build` with the path of your source repository as the argument |
|
| 19 | 19 |
(for example, `.`): |
| 20 | 20 |
|
| 21 | 21 |
$ sudo docker build . |