summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorPatti Short <35278231+shortpatti@users.noreply.github.com>2020-02-26 11:09:47 -0800
committerGitHub <noreply@github.com>2020-02-26 12:09:47 -0700
commitf84191b9d6b4766aa3abccc03e48c128a70dd9c1 (patch)
tree28fdf59b0ea0d263308d2e9abf00a3adfe475489 /web
parent17c0f9a70e122f17a3a6ad963603a10ab768a34b (diff)
fixed type (#8213)
Diffstat (limited to 'web')
-rw-r--r--web/gui/custom/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/gui/custom/README.md b/web/gui/custom/README.md
index 43ea251898..062b8d3150 100644
--- a/web/gui/custom/README.md
+++ b/web/gui/custom/README.md
@@ -616,7 +616,7 @@ provided by the snippet:
In the first example, a value of `30`, without specifying the minimum, fills the chart bar to '75 %` (100% / 40 * 30). However, in this example the range is now `20` (40 - 20 = 20). The value `30` will fill the chart to ** '50 %`**, since it's in the middle between 20 and 40.
-This szenario is useful if you have metrics that change only within a specific range, e.g. temperatures that are very unlikely to fall out of range. In these cases it is more useful to have the chart render the values between the given min and max, to better highlight the changes within them.
+This scenario is useful if you have metrics that change only within a specific range, e.g. temperatures that are very unlikely to fall out of range. In these cases it is more useful to have the chart render the values between the given min and max, to better highlight the changes within them.
#### Negative values