@cryptotaxi247 / netdata-1 / commits / f84191b9d

fixed type (#8213)

Patti Short committed Feb 26, 2020 at 11:09 UTC f84191b9d6b4766aa3abccc03e48c128a70dd9c1
1 file changed +1 -1
web/gui/custom/README.md
+1 -1
@@ -616,7 +616,7 @@ provided by the snippet:
616
617 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.
618
619 -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.
619 +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.
620
621 #### Negative values
622