✏ Fix typo in sub-applications (#1578)

This commit is contained in:
Andreas Schlapbach
2020-06-28 23:26:35 +02:00
committed by GitHub
parent b84d082005
commit 25bc33350d

View 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