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

Correct typo in DashboardInputMissingError
This commit is contained in:
Carl Bergquist
2018-02-19 15:23:10 +01:00
committed by GitHub

View File

@@ -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() {