Merge pull request #693 from joelemmer/patch-1

Update extends.md
This commit is contained in:
John Mulhausen 2016-11-22 17:32:57 -08:00 committed by GitHub
commit e105f0714a
1 changed files with 2 additions and 2 deletions

View File

@ -267,7 +267,7 @@ common configuration:
## Adding and overriding configuration
Compose copies configurations from the original service over to the local one.
If a configuration option is defined in both the original service the local
If a configuration option is defined in both the original service and the local
service, the local value *replaces* or *extends* the original value.
For single-value options like `image`, `command` or `mem_limit`, the new value
@ -343,4 +343,4 @@ In the case of `environment`, `labels`, `volumes` and `devices`, Compose
- [Get started with Rails](rails.md)
- [Get started with WordPress](wordpress.md)
- [Command line reference](./reference/index.md)
- [Compose file reference](compose-file.md)
- [Compose file reference](compose-file.md)