Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion annotations/test-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const isCompatible = (compatibility, versionUnderTest) => {
}
break;
default:
throw Error(`Unsupported contraint operator: ${operator}`);
throw Error(`Unsupported constraint operator: ${operator}`);
}
}

Expand Down
2 changes: 1 addition & 1 deletion bundle/test-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export const isCompatible = (compatibility, versionUnderTest) => {
}
break;
default:
throw Error(`Unsupported contraint operator: ${operator}`);
throw Error(`Unsupported constraint operator: ${operator}`);
}
}

Expand Down
2 changes: 1 addition & 1 deletion draft-2019-09/json-schema-test-suite.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ type Test = {
valid: boolean;
};

// This package is indended to be a compatibility mode from v1 JSON Schema.
// This package is intended to be a compatibility mode from v1 JSON Schema.
// Some edge cases might not work exactly as specified, but it should work for
// any real-life schema.
const skip = new Set<string>([
Expand Down
2 changes: 1 addition & 1 deletion draft-2020-12/json-schema-test-suite.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ type Test = {
valid: boolean;
};

// This package is indended to be a compatibility mode from v1 JSON Schema.
// This package is intended to be a compatibility mode from v1 JSON Schema.
// Some edge cases might not work exactly as specified, but it should work for
// any real-life schema.
const skip = new Set<string>([
Expand Down
2 changes: 1 addition & 1 deletion openapi-3-0/json-schema-test-suite.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type Test = {
valid: boolean;
};

// This package is indended to be a compatibility mode from v1 JSON Schema.
// This package is intended to be a compatibility mode from v1 JSON Schema.
// Some edge cases might not work exactly as specified, but it should work for
// any real-life schema.
const skip = new Set<string>([
Expand Down
2 changes: 1 addition & 1 deletion openapi-3-1/json-schema-test-suite.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ type Test = {
valid: boolean;
};

// This package is indended to be a compatibility mode from v1 JSON Schema.
// This package is intended to be a compatibility mode from v1 JSON Schema.
// Some edge cases might not work exactly as specified, but it should work for
// any real-life schema.
const skip = new Set<string>([
Expand Down
2 changes: 1 addition & 1 deletion openapi-3-2/json-schema-test-suite.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ type Test = {
valid: boolean;
};

// This package is indended to be a compatibility mode from v1 JSON Schema.
// This package is intended to be a compatibility mode from v1 JSON Schema.
// Some edge cases might not work exactly as specified, but it should work for
// any real-life schema.
const skip = new Set<string>([
Expand Down