Nit: Improve doc text grammar (#6068)

Signed-off-by: Sven Nebel <nebel.sven@gmail.com>
This commit is contained in:
Sven Nebel 2019-09-28 17:38:51 +04:00 committed by Brian Brazil
parent 08c55c119f
commit 5a554df085
1 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ POST /-/reload
This endpoint triggers a reload of the Prometheus configuration and rule files. It's disabled by default and can be enabled via the `--web.enable-lifecycle` flag.
An alternative way trigger a configuration reload is by sending a `SIGHUP` to the Prometheus process.
Alternatively, a configuration reload can be triggered by sending a `SIGHUP` to the Prometheus process.
### Quit
@ -47,4 +47,4 @@ POST /-/quit
This endpoint triggers a graceful shutdown of Prometheus. It's disabled by default and can be enabled via the `--web.enable-lifecycle` flag.
An alternative way trigger a graceful shutdown is by sending a `SIGTERM` to the Prometheus process.
Alternatively, a graceful shutdown can be triggered by sending a `SIGTERM` to the Prometheus process.