docs/vmagent.md: fix typo (#3186)

This commit is contained in:
lionelee 2022-10-01 17:30:01 +08:00 committed by Aliaksandr Valialkin
parent b96fe2e265
commit f9843442f2
No known key found for this signature in database
GPG key ID: A72BEC6CD3D0DED1

View file

@ -80,7 +80,7 @@ Pass `-help` to `vmagent` in order to see [the full list of supported command-li
`vmagent` supports multiple approaches for reloading configs from updated config files such as `-promscrape.config`, `-remoteWrite.relabelConfig` and `-remoteWrite.urlRelabelConfig`:
* Sending `SUGHUP` signal to `vmagent` process:
* Sending `SIGHUP` signal to `vmagent` process:
```console
kill -SIGHUP `pidof vmagent`