From 87c84916f3cdc89cd64ecff38bfd951f7ab407be Mon Sep 17 00:00:00 2001 From: Xander Marjoram Date: Fri, 18 May 2018 14:11:50 +0100 Subject: [PATCH] Documentation typo fixes --- _includes/content/compose-matrix.md | 2 +- compose/compose-file/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/content/compose-matrix.md b/_includes/content/compose-matrix.md index 6ea701f6fe..e039cc9782 100644 --- a/_includes/content/compose-matrix.md +++ b/_includes/content/compose-matrix.md @@ -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. diff --git a/compose/compose-file/index.md b/compose/compose-file/index.md index c7faab6fb4..bb294430a7 100644 --- a/compose/compose-file/index.md +++ b/compose/compose-file/index.md @@ -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)