]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
✏ Fix typo in sub-applications (#1578)
authorAndreas Schlapbach <schlpbch@gmail.com>
Sun, 28 Jun 2020 21:26:35 +0000 (23:26 +0200)
committerGitHub <noreply@github.com>
Sun, 28 Jun 2020 21:26:35 +0000 (23:26 +0200)
docs/en/docs/advanced/sub-applications.md

index 68d5790db8a030d53f9073e50cd45d88b349d331..9ee84b32263e95b8871aa82f8f1927feda63532f 100644 (file)
@@ -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