Skip to content

Commit b706405

Browse files
committed
Merge branch 'vendeza-patch-1'
2 parents e73bc75 + f5bbd23 commit b706405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/managing-schemas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ You can load all schemas and add them to Ajv instance in a single `validation` m
106106
<code-group>
107107
<code-block title="validation.js">
108108
```javascript
109-
const Ajv = require("ajv").defalt
109+
const Ajv = require("ajv")
110110
const schema_user = require("./schema_user.json")
111111
const schema_document = require("./schema_document.json")
112112
const ajv = exports.ajv = new Ajv()

0 commit comments

Comments
 (0)