Skip to content

Commit

Permalink
fix: small grammatical error in managing-schemas.md (#2508)
Browse files Browse the repository at this point in the history
  • Loading branch information
monteiro-renato authored Dec 9, 2024
1 parent 69568d0 commit b17ec32
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 @@ -88,7 +88,7 @@ app.post("/user", async (cxt) => {
</code-group>

::: warning Use single Ajv instance
It recommended to use a single Ajv instance for the whole application, so if you use validation in more than one module, you should:
It is recommended to use a single Ajv instance for the whole application, so if you use validation in more than one module, you should:

- require Ajv in a separate module responsible for validation
- compile all validators there
Expand Down

0 comments on commit b17ec32

Please sign in to comment.