mirror of
https://github.com/grafana/grafana.git
synced 2026-08-18 09:05:04 -05:00
Fix misspell issues (#23905)
* Fix misspell issues See, $ golangci-lint run --timeout 10m --disable-all -E misspell ./... Signed-off-by: Mario Trangoni <mjtrangoni@gmail.com> * Fix codespell issues See, $ codespell -S './.git*' -L 'uint,thru,pres,unknwon,serie,referer,uptodate,durationm' Signed-off-by: Mario Trangoni <mjtrangoni@gmail.com> * ci please? * non-empty commit - ci? * Trigger build Co-authored-by: bergquist <carl.bergquist@gmail.com> Co-authored-by: Kyle Brandt <kyle@grafana.com>
This commit is contained in:
co-authored by
bergquist
Kyle Brandt
parent
023c1a6e3f
commit
5116420e9a
@@ -140,7 +140,7 @@ func inSlice(a string, list []string) bool {
|
||||
return false
|
||||
}
|
||||
|
||||
// HumanThresholdType converts a treshold "type" string to a string that matches the UI
|
||||
// HumanThresholdType converts a threshold "type" string to a string that matches the UI
|
||||
// so errors are less confusing.
|
||||
func HumanThresholdType(typ string) string {
|
||||
switch typ {
|
||||
|
||||
Reference in New Issue
Block a user