Skip to content

Commit f33f418

Browse files
committed
fix typos
1 parent f164315 commit f33f418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/autogen/translate/translator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ func (tr *translator) MajorVersion() string {
4343
return tr.majorVersion
4444
}
4545

46-
// Validate woudl return any errors of teh given unstructured object against the
46+
// Validate would return any errors of the given unstructured object against the
4747
// pinned schema version being translated, or nil if the object is compliant
4848
func (tr *translator) Validate(unstructuredObj map[string]any) error {
4949
if err := tr.jsonSchema.Validate(unstructuredObj); err != nil {

0 commit comments

Comments
 (0)