summaryrefslogtreecommitdiffstats
path: root/web/api/badges/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'web/api/badges/README.md')
-rw-r--r--web/api/badges/README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/web/api/badges/README.md b/web/api/badges/README.md
index 582c80c611..b5fc534684 100644
--- a/web/api/badges/README.md
+++ b/web/api/badges/README.md
@@ -188,10 +188,10 @@ These are options dedicated to badges:
The following parameters specify colors of each individual part of the badge. Each parameter is documented in detail
below.
- | Area of badge | Backgroud color parameter | Text color parameter |
- | ---: | :-----------------------: | :------------------: |
- | Label (left) part | `label_color` | `text_color_lbl` |
- | Value (right) part | `value_color` | `text_color_val` |
+ | Area of badge | Background color parameter | Text color parameter |
+ | ---: | :------------------------: | :------------------: |
+ | Label (left) part | `label_color` | `text_color_lbl` |
+ | Value (right) part | `value_color` | `text_color_val` |
- `label_color=COLOR`
@@ -223,7 +223,7 @@ These are options dedicated to badges:
The above will set `grey` if no value exists (not collected within the `gap when lost iterations above` in
`netdata.conf` for the chart), `green` if the value is less than 10, `yellow` if the value is less than 100, and
- so on. Netdata will use `red` if no other conditions match. Only integers are suported as values.
+ so on. Netdata will use `red` if no other conditions match. Only integers are supported as values.
The supported operators are `<`, `>`, `<=`, `>=`, `=` (or `:`), and `!=` (or `<>`).