Skip to content

Commit b17ec32

Browse files
fix: small grammatical error in managing-schemas.md (#2508)
1 parent 69568d0 commit b17ec32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/managing-schemas.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ app.post("/user", async (cxt) => {
8888
</code-group>
8989

9090
::: 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:
91+
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:
9292

9393
- require Ajv in a separate module responsible for validation
9494
- compile all validators there

0 commit comments

Comments
 (0)