Fix typo in builder.md (cherry picked from commit 20869b5650bd059cd67969f9774fb4eb78b6dbfd) Signed-off-by: Charles Smith <charles.smith@docker.com>
@@ -1068,7 +1068,7 @@ user 0m 0.03s
sys 0m 0.03s
```
-> **Note:** you can over ride the `ENTRYPOINT` setting using `--entrypoint`,
+> **Note:** you can override the `ENTRYPOINT` setting using `--entrypoint`,
> but this can only set the binary to *exec* (no `sh -c` will be used).
> **Note**: