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
commit 0b8c3ab56f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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