summaryrefslogtreecommitdiff
path: root/docs/source/markdown/podman-volume-exists.1.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/markdown/podman-volume-exists.1.md')
-rw-r--r--docs/source/markdown/podman-volume-exists.1.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-volume-exists.1.md b/docs/source/markdown/podman-volume-exists.1.md
index dbdf0985c..28d42e987 100644
--- a/docs/source/markdown/podman-volume-exists.1.md
+++ b/docs/source/markdown/podman-volume-exists.1.md
@@ -28,7 +28,7 @@ $ echo $?
$
```
-Check if an volume called `mysql` exists (the volume does not actually exist).
+Check if a volume called `mysql` exists (the volume does not actually exist).
```
$ podman volume exists mysql
$ echo $?