]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
✏️ Fix typo in `fastapi/security/api_key.py` (#11481)
authorch33zer <ch33zer@gmail.com>
Tue, 23 Apr 2024 22:29:18 +0000 (15:29 -0700)
committerGitHub <noreply@github.com>
Tue, 23 Apr 2024 22:29:18 +0000 (17:29 -0500)
fastapi/security/api_key.py

index b74a017f17e1498910b5faf34fdf20b9cc0d88d7..d68bdb037ee4e8c88ebf2bd6e43ddffedc5dcc49 100644 (file)
@@ -76,7 +76,7 @@ class APIKeyQuery(APIKeyBase):
             Doc(
                 """
                 By default, if the query parameter is not provided, `APIKeyQuery` will
-                automatically cancel the request and sebd the client an error.
+                automatically cancel the request and send the client an error.
 
                 If `auto_error` is set to `False`, when the query parameter is not
                 available, instead of erroring out, the dependency result will be