Skip to content

Commit f5bbd23

Browse files
committed
remove .default from example
1 parent 279b191 commit f5bbd23

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").default
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)