From: Andreas Schlapbach Date: Sun, 28 Jun 2020 21:26:35 +0000 (+0200) Subject: ✏ Fix typo in sub-applications (#1578) X-Git-Tag: 0.58.1~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=25bc33350d69faf5da8632b7f9f7d6c98da61870;p=thirdparty%2Ffastapi%2Ffastapi.git ✏ Fix typo in sub-applications (#1578) --- diff --git a/docs/en/docs/advanced/sub-applications.md b/docs/en/docs/advanced/sub-applications.md index 68d5790db8..9ee84b3226 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