summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorthiagoftsm <thiagoftsm@gmail.com>2020-09-01 16:38:38 +0000
committerGitHub <noreply@github.com>2020-09-01 16:38:38 +0000
commitf0b1dc711e5f18bd1bd94257cf15bc6de47d9f3d (patch)
tree51c648a88ee471516c1361e273464cc173fab906 /docs
parent586424c4dfe8e74d33607d752adb15dc49ec20f4 (diff)
health_fix_typo: Fix typo (#9860)
Fix wrong parameter specified in our documentation.
Diffstat (limited to 'docs')
-rw-r--r--docs/guides/monitor/stop-notifications-alarms.md2
-rw-r--r--docs/guides/step-by-step/step-05.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/guides/monitor/stop-notifications-alarms.md b/docs/guides/monitor/stop-notifications-alarms.md
index 197b6b0ebf..1b882d8ec3 100644
--- a/docs/guides/monitor/stop-notifications-alarms.md
+++ b/docs/guides/monitor/stop-notifications-alarms.md
@@ -75,7 +75,7 @@ To silence this alarm, change `sysadmin` to `silent`.
Use `killall -USR2 netdata` to reload your health configuration and ensure you get no more notifications about that
alarm.
-You can add `to: silence` to any alarm you'd rather not bother you with notifications.
+You can add `to: silent` to any alarm you'd rather not bother you with notifications.
## What's next?
diff --git a/docs/guides/step-by-step/step-05.md b/docs/guides/step-by-step/step-05.md
index fc1e9c0758..2fc1d19b15 100644
--- a/docs/guides/step-by-step/step-05.md
+++ b/docs/guides/step-by-step/step-05.md
@@ -106,7 +106,7 @@ To silence this alarm, change `sysadmin` to `silent`.
to: silent
```
-Use `killall -USR2 netdata` to reload your health configuration. You can add `to: silence` to any alarm you'd rather not
+Use `killall -USR2 netdata` to reload your health configuration. You can add `to: silent` to any alarm you'd rather not
bother you with notifications.
## Write your first health entity