]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
✏️ Fix typo in `docs/en/docs/reference/index.md` (#10467)
authorTiago Silva <tiago.arasilva@gmail.com>
Fri, 20 Oct 2023 08:52:59 +0000 (09:52 +0100)
committerGitHub <noreply@github.com>
Fri, 20 Oct 2023 08:52:59 +0000 (12:52 +0400)
Fix small typo in reference/index.md

docs/en/docs/reference/index.md

index 994b3c38caa3e59eceba11c6c72675fa66715aeb..512d5c25c5af797cd28e16ab8b825defeb2164d9 100644 (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/).