summaryrefslogtreecommitdiffstats
path: root/health
diff options
context:
space:
mode:
authorJoel Hans <joel@netdata.cloud>2020-04-06 07:35:27 -0700
committerGitHub <noreply@github.com>2020-04-06 07:35:27 -0700
commit23f9bd56913f63f4e116d950bd787d5d23419153 (patch)
tree03a8931595ba720ef575bdd8a7b78db752bdd8f0 /health
parent582d98780d68288821ed63f5b1ff3464095d9190 (diff)
Docs: Change MacOS to macOS (#8562)
* Change MacOS to macOS * Change Mac as noun to macOS system
Diffstat (limited to 'health')
-rw-r--r--health/REFERENCE.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/health/REFERENCE.md b/health/REFERENCE.md
index d00afa8c60..9a53ce6b30 100644
--- a/health/REFERENCE.md
+++ b/health/REFERENCE.md
@@ -1,6 +1,7 @@
<!--
---
title: "Health configuration reference"
+date: 2020-03-31
custom_edit_url: https://github.com/netdata/netdata/edit/master/health/REFERENCE.md
---
-->
@@ -136,7 +137,7 @@ If you create a template using the `disk.io` context, it will apply an alarm to
The alarm or template will be used only if the operating system of the host matches this list specified in `os`. The
value is a space-separated list.
-The following example enables the entity on Linux, FreeBSD, and MacOS, but no other operating systems.
+The following example enables the entity on Linux, FreeBSD, and macOS, but no other operating systems.
```yaml
os: linux freebsd macos