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

This commit is contained in:
Surav Shrestha
2023-10-20 14:43:51 +05:45
committed by GitHub
parent 4bd1430677
commit 6dac39dbca

View File

@@ -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()`.