Browse Source

docs: replace "re-use" in header parameter models

pull/15379/head
Codex 3 months ago
parent
commit
d5c8e4a590
  1. 2
      docs/en/docs/tutorial/header-param-models.md

2
docs/en/docs/tutorial/header-param-models.md

@ -2,7 +2,7 @@
If you have a group of related **header parameters**, 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

Loading…
Cancel
Save