]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
✏️ Fix typo in `fastapi/security/oauth2.py` (#10972)
authorRafal Skolasinski <r.j.skolasinski@gmail.com>
Mon, 15 Jan 2024 20:41:47 +0000 (20:41 +0000)
committerGitHub <noreply@github.com>
Mon, 15 Jan 2024 20:41:47 +0000 (21:41 +0100)
fastapi/security/oauth2.py

index 9281dfb64f8a4b31f2d617ca0d7e90b84d06cc3c..be3e18cd80cf55b23606a2896740531fe6f04e8e 100644 (file)
@@ -353,7 +353,7 @@ class OAuth2(SecurityBase):
             bool,
             Doc(
                 """
-                By default, if no HTTP Auhtorization header is provided, required for
+                By default, if no HTTP Authorization header is provided, required for
                 OAuth2 authentication, it will automatically cancel the request and
                 send the client an error.