Commit 0b8c3ab5 by Carl Bergquist Committed by GitHub

Merge pull request #10962 from agyorev/dashboard-missing-input-error-typo

Correct typo in DashboardInputMissingError
parents 1de88916 89a17a4a
......@@ -35,7 +35,7 @@ type DashboardInputMissingError struct {
}
func (e DashboardInputMissingError) Error() string {
return fmt.Sprintf("Dashbord input variable: %v missing from import command", e.VariableName)
return fmt.Sprintf("Dashboard input variable: %v missing from import command", e.VariableName)
}
func init() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment