Skip to content

Commit 3b92c5d

Browse files
committed
docs: fix typo
1 parent 436a16b commit 3b92c5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compileSchema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function getDraft(drafts: Draft[], $schema: string) {
2828

2929
/**
3030
* 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
31+
* wrapping each schema with utilities and as much preevaluation as possible. Each
3232
* node will be reused for each task, but will create a compiledNode for bound data.
3333
*/
3434
export function compileSchema(schema: JsonSchema, options: CompileOptions = {}) {

0 commit comments

Comments
 (0)