diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-04-22 06:34:32 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-22 06:34:32 -0400 |
commit | 1fcefc94f9e3e6d9dedeccc83fa3964461519b7f (patch) | |
tree | 385b66b47627aa08520d60242a9d732bf96ba57b /docs/source | |
parent | 82393e256593b9c78e64d2fecf47813b6c6f1b2c (diff) | |
parent | e39f4495e795fa9fcbfa75a0045a6c1cbe1e4d96 (diff) | |
download | podman-1fcefc94f9e3e6d9dedeccc83fa3964461519b7f.tar.gz podman-1fcefc94f9e3e6d9dedeccc83fa3964461519b7f.tar.bz2 podman-1fcefc94f9e3e6d9dedeccc83fa3964461519b7f.zip |
Merge pull request #13971 from rhatdan/codespell
[CI:DOCS] Run codespell on code
Diffstat (limited to 'docs/source')
-rw-r--r-- | docs/source/markdown/podman-image-unmount.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-image-unmount.1.md b/docs/source/markdown/podman-image-unmount.1.md index f2d75f15f..394811bd4 100644 --- a/docs/source/markdown/podman-image-unmount.1.md +++ b/docs/source/markdown/podman-image-unmount.1.md @@ -38,7 +38,7 @@ Unmount image with a given ID podman image unmount imageID ``` -Unmount multiple images wit given IDs +Unmount multiple images with given IDs ``` podman image unmount imageID1 imageID2 imageID3 ``` |