diff --git a/docs/guide/managing-schemas.md b/docs/guide/managing-schemas.md index 4c860755c..8923b36e2 100644 --- a/docs/guide/managing-schemas.md +++ b/docs/guide/managing-schemas.md @@ -88,7 +88,7 @@ app.post("/user", async (cxt) => { ::: 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