✏ Fix typo in docs/en/docs/tutorial/bigger-applications.md, "codes" to "code" (#5990)

Typo in docs: it should be code instead of codes
This commit is contained in:
Aayush Chhabra
2023-03-04 17:47:21 +05:30
committed by GitHub
parent 9ef46a2299
commit 4d099250f6

View 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`.