mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 11:02:55 +08:00
pkg: fix codespell issues
This commit is contained in:
@ -75,7 +75,7 @@ func GetTestDataScenarios(c *m.ReqContext) Response {
|
||||
return JSON(200, &result)
|
||||
}
|
||||
|
||||
// Genereates a index out of range error
|
||||
// Generates a index out of range error
|
||||
func GenerateError(c *m.ReqContext) Response {
|
||||
var array []string
|
||||
return JSON(200, array[20])
|
||||
|
Reference in New Issue
Block a user