Fix Spelling Error (#4995)

Simple typo of "Repository"
This commit is contained in:
Nicholas Lawrence 2017-10-16 15:18:17 -07:00 committed by John Mulhausen
parent 1bfa30d3d3
commit 37df570fd5
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ Sending build context to Docker daemon 187.8MB
```
To exclude files which are not relevant to the build, without restructuring your
source repisotiry, use a `.dockerignore` file. This file supports
source repository, use a `.dockerignore` file. This file supports
exclusion patterns similar to `.gitignore` files. For information on creating
one, see the [.dockerignore file](../../reference/builder.md#dockerignore-file).
In addition to using a `.dockerignore` file, check out the information below