mirror of https://github.com/tiangolo/fastapi.git
✏ 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:
parent
9ef46a2299
commit
4d099250f6
|
|
@ -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`.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue