mirror of
https://github.com/fastapi/fastapi.git
synced 2026-04-14 12:01:42 -04:00
✏️ Fix typos in docs, from forms (#176)
This commit is contained in:
committed by
Sebastián Ramírez
parent
f4be79be51
commit
866af5bca6
@@ -229,7 +229,7 @@ It will include all the routes from that router as part of it.
|
||||
|
||||
### Include an `APIRouter` with a `prefix`, `tags`, and `responses`
|
||||
|
||||
Now, let's include the router form the `items` submodule.
|
||||
Now, let's include the router from the `items` submodule.
|
||||
|
||||
But, remember that we were lazy and didn't add `/items/` nor `tags` to all the *path operations*?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user