summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-04-10 11:28:57 -0700
committerGitHub <noreply@github.com>2019-04-10 11:28:57 -0700
commit6cd6eb6768bb936e87309c61d9cf131350274700 (patch)
tree4b5071c0f5edc410d4a0768fa08167b27ff4f6ec /docs
parent1fb0a09591ae86b659dc87bd9e3f7fe29d8add8d (diff)
parenta07b2c2c6047357b5e4047a33b9a81a43c461b30 (diff)
downloadpodman-6cd6eb6768bb936e87309c61d9cf131350274700.tar.gz
podman-6cd6eb6768bb936e87309c61d9cf131350274700.tar.bz2
podman-6cd6eb6768bb936e87309c61d9cf131350274700.zip
Merge pull request #2892 from edsantiago/healthcheck_typo_fix
(minor): fix misspelled 'Healthcheck'
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