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 436a16b commit 3b92c5dCopy full SHA for 3b92c5d
src/compileSchema.ts
@@ -28,7 +28,7 @@ function getDraft(drafts: Draft[], $schema: string) {
28
29
/**
30
* With compileSchema we replace the schema and all sub-schemas with a schemaNode,
31
- * wrapping each schema with utilities and as much preevaluation is possible. Each
+ * wrapping each schema with utilities and as much preevaluation as possible. Each
32
* node will be reused for each task, but will create a compiledNode for bound data.
33
*/
34
export function compileSchema(schema: JsonSchema, options: CompileOptions = {}) {
0 commit comments