mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-12 13:36:41 +00:00
✏ Fix a stylistic error in docs (#2206)
This commit is contained in:
parent
2db2381b68
commit
b323726d86
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ In `Field`, `Path`, `Query`, `Body` and others you'll see later, you can also de
|
||||||
```
|
```
|
||||||
|
|
||||||
!!! warning
|
!!! warning
|
||||||
Have in mind that those extra arguments passed won't add any validation, only annotation, for documentation purposes.
|
Keep in mind that those extra arguments passed won't add any validation, only annotation, for documentation purposes.
|
||||||
|
|
||||||
## `Body` additional arguments
|
## `Body` additional arguments
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue