Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2018-07-31 00:16:27 +0300
committerStan Hu <stanhu@gmail.com>2018-07-31 00:16:27 +0300
commit97383336aa0e55ac572dca0c090733b0b07be4ca (patch)
treea8b464c23d0d1c45b3492d5126caa8463546c450 /doc/user/admin_area/monitoring
parente9c9f2e81cae4e67d6938b2a557cb107332dbfaa (diff)
Fix typo in health check documentation
Closes #49733
Diffstat (limited to 'doc/user/admin_area/monitoring')
-rw-r--r--doc/user/admin_area/monitoring/health_check.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/admin_area/monitoring/health_check.md b/doc/user/admin_area/monitoring/health_check.md
index 31fcb09edcd..1b676bfb383 100644
--- a/doc/user/admin_area/monitoring/health_check.md
+++ b/doc/user/admin_area/monitoring/health_check.md
@@ -30,7 +30,7 @@ With default whitelist settings, the probes can be accessed from localhost:
The first endpoint, `/-/health/`, only checks whether the application server is running. It does
--not verify the database or other services are running. A successful response with return
+-not verify the database or other services are running. A successful response will return
a 200 status code with the following message:
```