]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
✏ Fix capitalizaiton typo in docs (#2204)
author谭九鼎 <109224573@qq.com>
Thu, 5 Nov 2020 22:44:56 +0000 (06:44 +0800)
committerGitHub <noreply@github.com>
Thu, 5 Nov 2020 22:44:56 +0000 (23:44 +0100)
docs/en/docs/tutorial/bigger-applications.md

index 65446f5ae9d470309ce3b8af9562857652462b82..ab151f8f32aa69a78c585bbacae07489645a8133 100644 (file)
@@ -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`