From ab0379ee52ec4d7e33bc9b3971029cdabe330781 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=AD=E4=B9=9D=E9=BC=8E?= <109224573@qq.com> Date: Fri, 6 Nov 2020 06:44:56 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=20Fix=20capitalizaiton=20typo=20in=20?= =?UTF-8?q?docs=20(#2204)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/en/docs/tutorial/bigger-applications.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/docs/tutorial/bigger-applications.md b/docs/en/docs/tutorial/bigger-applications.md index 65446f5ae..ab151f8f3 100644 --- a/docs/en/docs/tutorial/bigger-applications.md +++ b/docs/en/docs/tutorial/bigger-applications.md @@ -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`