]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
✏ Fix typo in `docs/en/docs/tutorial/bigger-applications.md`, "codes" to "code" ...
authorAayush Chhabra <aayushgen@gmail.com>
Sat, 4 Mar 2023 12:17:21 +0000 (17:47 +0530)
committerGitHub <noreply@github.com>
Sat, 4 Mar 2023 12:17:21 +0000 (13:17 +0100)
Typo in docs: it should be code instead of codes

docs/en/docs/tutorial/bigger-applications.md

index d201953df4eb19206cf051691fd9eed2dfb49b7c..1de05a00a67edfd25e1b86882a7698409d41a136 100644 (file)
@@ -189,7 +189,7 @@ The end result is that the item paths are now:
 
 ### Import the dependencies
 
-This codes lives in the module `app.routers.items`, the file `app/routers/items.py`.
+This code lives in the module `app.routers.items`, the file `app/routers/items.py`.
 
 And we need to get the dependency function from the module `app.dependencies`, the file `app/dependencies.py`.