Browse Source

✏️ Fix typo in `docs/en/docs/reference/dependencies.md` (#10465)

pull/10490/head
Surav Shrestha 1 year ago
committed by GitHub
parent
commit
6dac39dbca
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/en/docs/reference/dependencies.md

2
docs/en/docs/reference/dependencies.md

@ -18,7 +18,7 @@ from fastapi import Depends
## `Security()`
For many scenarios, you can handle security (authorization, authentication, etc.) with
dependendencies, using `Depends()`.
dependencies, using `Depends()`.
But when you want to also declare OAuth2 scopes, you can use `Security()` instead of
`Depends()`.

Loading…
Cancel
Save