Skip to content

Commit

Permalink
Merge pull request #1579 from sahilda/patch-1
Browse files Browse the repository at this point in the history
Update managing-schemas.md - fix typo
  • Loading branch information
epoberezkin committed May 4, 2021
2 parents b3cc337 + c024185 commit 380de72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/managing-schemas.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The simplest approach is to compile all your schemas when the application starts
<code-group>
<code-block title="JavaScript">
```javascript
const Ajv = require("ajv").defalt
const Ajv = require("ajv").default
const schema_user = require("./schema_user.json")
const ajv = new Ajv()
const validate_user = ajv.compile(schema_user)
Expand Down

0 comments on commit 380de72

Please sign in to comment.