Skip to content

Commit

Permalink
fix: Typo in a validation scope error message.
Browse files Browse the repository at this point in the history
  • Loading branch information
rudo-thomas committed Jun 9, 2022
1 parent 53b61a2 commit 79592d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,5 @@ func (t *ValidationScope) UnmarshalYAML(unmarshal func(interface{}) error) error
return nil
}
}
return fmt.Errorf("invalid vaidation scope `%s`", ruleType)
return fmt.Errorf("invalid validation scope `%s`", ruleType)
}

0 comments on commit 79592d6

Please sign in to comment.