✏️ Fix typo in `docs/en/docs/reference/index.md` (#10467)

Fix small typo in reference/index.md
This commit is contained in:
Tiago Silva 2023-10-20 09:52:59 +01:00 committed by GitHub
parent dcbe7f7ac0
commit 6eb30959bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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/).