Documentation typo fixes

This commit is contained in:
Xander Marjoram 2018-05-18 14:11:50 +01:00 committed by Joao Fernandes
parent 99790634e9
commit 87c84916f3
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ This table shows which Compose file versions support specific Docker releases.
In addition to Compose file format versions shown in the table, the Compose
itself is on a release schedule, as shown in [Compose
releases](https://github.com/docker/compose/releases/), but file format versions
do not necessairly increment with each release. For example, Compose file format
do not necessarily increment with each release. For example, Compose file format
3.0 was first introduced in [Compose release
1.10.0](https://github.com/docker/compose/releases/tag/1.10.0), and versioned
gradually in subsequent releases.

View File

@ -792,7 +792,7 @@ services:
#### Not supported for `docker stack deploy`
The following sub-options (supported for `docker compose up` and `docker compose run`) are _not supported_ for `docker stack deploy` or the `deploy` key.
The following sub-options (supported for `docker-compose up` and `docker-compose run`) are _not supported_ for `docker stack deploy` or the `deploy` key.
- [build](#build)
- [cgroup_parent](#cgroup_parent)