summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEd Santiago <santiago@redhat.com>2019-04-10 09:40:22 -0600
committerEd Santiago <santiago@redhat.com>2019-04-10 09:43:56 -0600
commita07b2c2c6047357b5e4047a33b9a81a43c461b30 (patch)
treeb835a5f5815ae162911268c968630f44d91a59b7 /docs
parent2f2c7660c3a30d4c28c03eeeba8edc39f7864c7a (diff)
downloadpodman-a07b2c2c6047357b5e4047a33b9a81a43c461b30.tar.gz
podman-a07b2c2c6047357b5e4047a33b9a81a43c461b30.tar.bz2
podman-a07b2c2c6047357b5e4047a33b9a81a43c461b30.zip
(minor): fix misspelled 'Healthcheck'
Signed-off-by: Ed Santiago <santiago@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/podman-healthcheck-run.1.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/podman-healthcheck-run.1.md b/docs/podman-healthcheck-run.1.md
index e19c6250c..21f2d9b20 100644
--- a/docs/podman-healthcheck-run.1.md
+++ b/docs/podman-healthcheck-run.1.md
@@ -29,7 +29,7 @@ Print usage statement
## EXAMPLES
```
-$ podman healtcheck run mywebapp
+$ podman healthcheck run mywebapp
```
## SEE ALSO