From: Surav Shrestha <98219089+suravshresth@users.noreply.github.com> Date: Fri, 20 Oct 2023 08:58:51 +0000 (+0545) Subject: ✏️ Fix typo in `docs/en/docs/reference/dependencies.md` (#10465) X-Git-Tag: 0.104.1~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6dac39dbcabbb8ceade5b2b96cd19b6902affbaa;p=thirdparty%2Ffastapi%2Ffastapi.git ✏️ Fix typo in `docs/en/docs/reference/dependencies.md` (#10465) --- diff --git a/docs/en/docs/reference/dependencies.md b/docs/en/docs/reference/dependencies.md index 95cd101e41..0999682679 100644 --- a/docs/en/docs/reference/dependencies.md +++ b/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()`.