summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-04-22 06:34:32 -0400
committerGitHub <noreply@github.com>2022-04-22 06:34:32 -0400
commit1fcefc94f9e3e6d9dedeccc83fa3964461519b7f (patch)
tree385b66b47627aa08520d60242a9d732bf96ba57b /docs
parent82393e256593b9c78e64d2fecf47813b6c6f1b2c (diff)
parente39f4495e795fa9fcbfa75a0045a6c1cbe1e4d96 (diff)
downloadpodman-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')
-rw-r--r--docs/source/markdown/podman-image-unmount.1.md2
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
```