We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69568d0 commit b17ec32Copy full SHA for b17ec32
docs/guide/managing-schemas.md
@@ -88,7 +88,7 @@ app.post("/user", async (cxt) => {
88
</code-group>
89
90
::: warning Use single Ajv instance
91
-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:
92
93
- require Ajv in a separate module responsible for validation
94
- compile all validators there
0 commit comments