We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f164315 commit f33f418Copy full SHA for f33f418
internal/autogen/translate/translator.go
@@ -43,7 +43,7 @@ func (tr *translator) MajorVersion() string {
43
return tr.majorVersion
44
}
45
46
-// Validate woudl return any errors of teh given unstructured object against the
+// Validate would return any errors of the given unstructured object against the
47
// pinned schema version being translated, or nil if the object is compliant
48
func (tr *translator) Validate(unstructuredObj map[string]any) error {
49
if err := tr.jsonSchema.Validate(unstructuredObj); err != nil {
0 commit comments