mirror of https://github.com/tiangolo/fastapi.git
✏ Fix a stylistic error in docs (#2206)
This commit is contained in:
parent
2db2381b68
commit
b323726d86
|
|
@ -25,7 +25,7 @@ In `Field`, `Path`, `Query`, `Body` and others you'll see later, you can also de
|
|||
```
|
||||
|
||||
!!! 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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue