Browse Source

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

Typo in docs: it should be code instead of codes
pull/9212/head
Aayush Chhabra 2 years ago
committed by GitHub
parent
commit
4d099250f6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/en/docs/tutorial/bigger-applications.md

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

@ -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…
Cancel
Save