mirror of https://github.com/tiangolo/fastapi.git
✏️ Fix typo in `docs/en/docs/reference/index.md` (#10467)
Fix small typo in reference/index.md
This commit is contained in:
parent
dcbe7f7ac0
commit
6eb30959bc
|
|
@ -1,7 +1,7 @@
|
|||
# Reference - Code API
|
||||
|
||||
Here's the reference or code API, the classes, functions, parameters, attributes, and
|
||||
all the FastAPI parts you can use in you applications.
|
||||
all the FastAPI parts you can use in your applications.
|
||||
|
||||
If you want to **learn FastAPI** you are much better off reading the
|
||||
[FastAPI Tutorial](https://fastapi.tiangolo.com/tutorial/).
|
||||
|
|
|
|||
Loading…
Reference in New Issue