From: Aayush Chhabra Date: Sat, 4 Mar 2023 12:17:21 +0000 (+0530) Subject: ✏ Fix typo in `docs/en/docs/tutorial/bigger-applications.md`, "codes" to "code" ... X-Git-Tag: 0.93.0~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4d099250f689a13a82dcc82348ac72d1aef386ba;p=thirdparty%2Ffastapi%2Ffastapi.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 --- diff --git a/docs/en/docs/tutorial/bigger-applications.md b/docs/en/docs/tutorial/bigger-applications.md index d201953df4..1de05a00a6 100644 --- a/docs/en/docs/tutorial/bigger-applications.md +++ b/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`.