mirror of https://github.com/tiangolo/fastapi.git
✏️ Fix typo in `fastapi/security/api_key.py` (#11481)
This commit is contained in:
parent
5c054fdd65
commit
550092a3bd
|
|
@ -76,7 +76,7 @@ class APIKeyQuery(APIKeyBase):
|
||||||
Doc(
|
Doc(
|
||||||
"""
|
"""
|
||||||
By default, if the query parameter is not provided, `APIKeyQuery` will
|
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
|
If `auto_error` is set to `False`, when the query parameter is not
|
||||||
available, instead of erroring out, the dependency result will be
|
available, instead of erroring out, the dependency result will be
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue