File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ def format_opts(self) -> FormatOptions:
146
146
is_flag = True ,
147
147
help = (
148
148
"Instead of validating the instances against a schema, treat each file as a "
149
- "schema and validate them under ther matching metaschemas."
149
+ "schema and validate them under their matching metaschemas."
150
150
),
151
151
)
152
152
@click .option (
Original file line number Diff line number Diff line change @@ -38,5 +38,5 @@ def make_ref_resolver(
38
38
return None
39
39
40
40
base_uri = schema .get ("$id" , schema_uri )
41
- # FIXME: temporary type-ignore beause typeshed has the type wrong
41
+ # FIXME: temporary type-ignore because typeshed has the type wrong
42
42
return _CliRefResolver (base_uri , schema ) # type: ignore[arg-type]
You can’t perform that action at this time.
0 commit comments