From: Tiago Silva Date: Fri, 20 Oct 2023 08:52:59 +0000 (+0100) Subject: ✏️ Fix typo in `docs/en/docs/reference/index.md` (#10467) X-Git-Tag: 0.104.1~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6eb30959bc5486ec19b31675d92744d10d11c9ba;p=thirdparty%2Ffastapi%2Ffastapi.git ✏️ Fix typo in `docs/en/docs/reference/index.md` (#10467) Fix small typo in reference/index.md --- diff --git a/docs/en/docs/reference/index.md b/docs/en/docs/reference/index.md index 994b3c38ca..512d5c25c5 100644 --- a/docs/en/docs/reference/index.md +++ b/docs/en/docs/reference/index.md @@ -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/).