✏️ Fix minor typo in fastapi/applications.py (#11099)

This commit is contained in:
Jacob Hayes
2024-02-06 12:21:29 -05:00
committed by GitHub
parent 141e34f281
commit 0880a5c6a0

View File

@@ -297,7 +297,7 @@ class FastAPI(Starlette):
browser tabs open). Or if you want to leave fixed the possible URLs.
If the servers `list` is not provided, or is an empty `list`, the
default value would be a a `dict` with a `url` value of `/`.
default value would be a `dict` with a `url` value of `/`.
Each item in the `list` is a `dict` containing: