Fix typo in health check documentation

Closes #49733
This commit is contained in:
Stan Hu 2018-07-30 14:16:27 -07:00
parent e9c9f2e81c
commit 97383336aa
1 changed files with 1 additions and 1 deletions

View File

@ -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:
```