diff --git a/docs/en/docs/tutorial/query-param-models.md b/docs/en/docs/tutorial/query-param-models.md index b70cdc3354..0ad753c012 100644 --- a/docs/en/docs/tutorial/query-param-models.md +++ b/docs/en/docs/tutorial/query-param-models.md @@ -2,7 +2,7 @@ If you have a group of **query parameters** that are related, you can create a **Pydantic model** to declare them. -This would allow you to **re-use the model** in **multiple places** and also to declare validations and metadata for all the parameters at once. 😎 +This would allow you to **reuse the model** in **multiple places** and also to declare validations and metadata for all the parameters at once. 😎 /// note