mirror of
https://github.com/fastapi/fastapi.git
synced 2026-04-12 02:51:27 -04:00
✏ Fix capitalizaiton typo in docs (#2204)
This commit is contained in:
@@ -83,7 +83,7 @@ All the same parameters, responses, dependencies, tags, etc.
|
||||
!!! tip
|
||||
In this example, the variable is called `router`, but you can name it however you want.
|
||||
|
||||
We are going to include this `APIrouter` in the main `FastAPI` app, but first, let's add another `APIRouter`.
|
||||
We are going to include this `APIRouter` in the main `FastAPI` app, but first, let's add another `APIRouter`.
|
||||
|
||||
## Another module with `APIRouter`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user