File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -161,8 +161,8 @@ examples: |-
161161 The following uses of this option are equivalent;
162162
163163 ```console
164- $ docker image rm --platform linux/amd64 --platform linux/ppc64le myimage
165- $ docker image rm --platform linux/amd64,linux/ppc64le myimage
164+ $ docker image rm --plaform linux/amd64 --platform linux/ppc64le myimage
165+ $ docker image rm --plaform linux/amd64,linux/ppc64le myimage
166166 ```
167167
168168 The following example removes the `linux/amd64` and `linux/ppc64le` variants
Original file line number Diff line number Diff line change @@ -1162,7 +1162,7 @@ examples: |-
11621162 Read-only mounts are made recursively read-only if kernel is v5.12 or later.
11631163 Otherwise the Engine raises an error.</li>
11641164 </ul>
1165- When the option is not specified, the default behavior corresponds to setting <tt>enabled</tt>.
1165+ When the option is not specified, the default behavior correponds to setting <tt>enabled</tt>.
11661166 </td>
11671167 </tr>
11681168 </table>
You can’t perform that action at this time.
0 commit comments