diff --git a/docs/reference/commandline/image_rm.md b/docs/reference/commandline/image_rm.md index 2a50f74192b0..6237f0b21ed0 100644 --- a/docs/reference/commandline/image_rm.md +++ b/docs/reference/commandline/image_rm.md @@ -132,8 +132,8 @@ multiple times, or by passing a comma-separated list of platforms to remove. The following uses of this option are equivalent; ```console -$ docker image rm --plaform linux/amd64 --platform linux/ppc64le myimage -$ docker image rm --plaform linux/amd64,linux/ppc64le myimage +$ docker image rm --platform linux/amd64 --platform linux/ppc64le myimage +$ docker image rm --platform linux/amd64,linux/ppc64le myimage ``` The following example removes the `linux/amd64` and `linux/ppc64le` variants diff --git a/docs/reference/commandline/service_create.md b/docs/reference/commandline/service_create.md index fb550533c445..691e2db2e05f 100644 --- a/docs/reference/commandline/service_create.md +++ b/docs/reference/commandline/service_create.md @@ -454,7 +454,7 @@ The following options can only be used for bind mounts (`type=bind`): Read-only mounts are made recursively read-only if kernel is v5.12 or later. Otherwise the Engine raises an error. - When the option is not specified, the default behavior correponds to setting enabled. + When the option is not specified, the default behavior corresponds to setting enabled.