diff --git a/docs/guide/managing-schemas.md b/docs/guide/managing-schemas.md index b584af739..eb007b539 100644 --- a/docs/guide/managing-schemas.md +++ b/docs/guide/managing-schemas.md @@ -106,7 +106,7 @@ You can load all schemas and add them to Ajv instance in a single `validation` m ```javascript -const Ajv = require("ajv").defalt +const Ajv = require("ajv") const schema_user = require("./schema_user.json") const schema_document = require("./schema_document.json") const ajv = exports.ajv = new Ajv()