Skip to content

Commit f66d94c

Browse files
handrewsralfhandl
andauthored
Fix spelling
Co-authored-by: Ralf Handl <[email protected]>
1 parent 0fadf2e commit f66d94c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/schema-test-coverage.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class TestCoveragePlugin {
4848
for (const schemaLocation in context.ast) {
4949
if (
5050
schemaLocation === "metaData" ||
51-
// Do not reqiure coverage of standard JSON Schema
51+
// Do not require coverage of standard JSON Schema
5252
schemaLocation.includes("json-schema.org") ||
5353
// Do not require coverage of default $dynamicAnchor
5454
// schemas, as they are not expected to be reached

0 commit comments

Comments
 (0)