From 1fda517af9a0f18b0e4a24484c2aed7bb9278ad5 Mon Sep 17 00:00:00 2001 From: lionelee Date: Sat, 1 Oct 2022 17:30:01 +0800 Subject: [PATCH] docs/vmagent.md: fix typo (#3186) --- docs/vmagent.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/vmagent.md b/docs/vmagent.md index 315d704186..c2d58fa6af 100644 --- a/docs/vmagent.md +++ b/docs/vmagent.md @@ -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`