]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
✏️ Fix minor typo in `fastapi/applications.py` (#11099)
authorJacob Hayes <jacob.r.hayes@gmail.com>
Tue, 6 Feb 2024 17:21:29 +0000 (12:21 -0500)
committerGitHub <noreply@github.com>
Tue, 6 Feb 2024 17:21:29 +0000 (12:21 -0500)
fastapi/applications.py

index 597c60a56788f7507bb60bc8527f507521d451c4..ffe9da35892d258cc8a189a79fa24117c2932e9b 100644 (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 `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: