소스 검색

Fix minor typo and improve wording

Paul Weaver 11 년 전
부모
커밋
1bcc37caec
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/sources/reference/builder.md

+ 1 - 1
docs/sources/reference/builder.md

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