Skip to content

Commit

Permalink
✏️ Fix minor typo in fastapi/applications.py (#11099)
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobHayes committed Feb 6, 2024
1 parent 141e34f commit 0880a5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastapi/applications.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ def __init__(
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:
Expand Down

0 comments on commit 0880a5c

Please sign in to comment.