From 25bc33350d69faf5da8632b7f9f7d6c98da61870 Mon Sep 17 00:00:00 2001 From: Andreas Schlapbach Date: Sun, 28 Jun 2020 23:26:35 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=20Fix=20typo=20in=20sub-applications?= =?UTF-8?q?=20(#1578)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/en/docs/advanced/sub-applications.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/docs/advanced/sub-applications.md b/docs/en/docs/advanced/sub-applications.md index 68d5790db..9ee84b322 100644 --- a/docs/en/docs/advanced/sub-applications.md +++ b/docs/en/docs/advanced/sub-applications.md @@ -4,7 +4,7 @@ If you need to have two independent FastAPI applications, with their own indepen ## Mounting a **FastAPI** application -"Mounting" means adding a completely "independent" application in a specific path, that then takes care of handling all everything under that path, with the _path operations_ declared in that sub-application. +"Mounting" means adding a completely "independent" application in a specific path, that then takes care of handling everything under that path, with the _path operations_ declared in that sub-application. ### Top-level application