Skip to content

Commit

Permalink
Nit: Improve doc text grammar (prometheus#6068)
Browse files Browse the repository at this point in the history
Signed-off-by: Sven Nebel <nebel.sven@gmail.com>
  • Loading branch information
snebel29 authored and brian-brazil committed Sep 28, 2019
1 parent 08c55c1 commit 5a554df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/management_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.

0 comments on commit 5a554df

Please sign in to comment.