mirror of https://github.com/tiangolo/fastapi.git
✏️ Fix minor typo in `fastapi/applications.py` (#11099)
This commit is contained in:
parent
141e34f281
commit
0880a5c6a0
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue