Skip to content

Commit df016a3

Browse files
authored
Merge pull request docker#6785 from thaJeztah/docs_fixes
docs: fix typos
2 parents 727bc3e + 5eb9166 commit df016a3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/reference/commandline/image_rm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ multiple times, or by passing a comma-separated list of platforms to remove.
132132
The following uses of this option are equivalent;
133133

134134
```console
135-
$ docker image rm --plaform linux/amd64 --platform linux/ppc64le myimage
136-
$ docker image rm --plaform linux/amd64,linux/ppc64le myimage
135+
$ docker image rm --platform linux/amd64 --platform linux/ppc64le myimage
136+
$ docker image rm --platform linux/amd64,linux/ppc64le myimage
137137
```
138138

139139
The following example removes the `linux/amd64` and `linux/ppc64le` variants

docs/reference/commandline/service_create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ The following options can only be used for bind mounts (`type=bind`):
454454
Read-only mounts are made recursively read-only if kernel is v5.12 or later.
455455
Otherwise the Engine raises an error.</li>
456456
</ul>
457-
When the option is not specified, the default behavior correponds to setting <tt>enabled</tt>.
457+
When the option is not specified, the default behavior corresponds to setting <tt>enabled</tt>.
458458
</td>
459459
</tr>
460460
</table>

0 commit comments

Comments
 (0)