From: dmontagu <35119617+dmontagu@users.noreply.github.com>
Date: Thu, 30 May 2019 13:43:18 +0000 (-0700)
Subject: :bug: Fix docs link in oauth2-scopes.md (#275)
X-Git-Tag: 0.27.0~2
X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=360a2797c10bd5fdd4f6bbf7e56b8df9ad2d9c86;p=thirdparty%2Ffastapi%2Ffastapi.git
:bug: Fix docs link in oauth2-scopes.md (#275)
#274
---
diff --git a/docs/tutorial/security/oauth2-scopes.md b/docs/tutorial/security/oauth2-scopes.md
index 89c973e8f1..558212efa2 100644
--- a/docs/tutorial/security/oauth2-scopes.md
+++ b/docs/tutorial/security/oauth2-scopes.md
@@ -247,4 +247,4 @@ The most secure is the code flow, but is more complex to implement as it require
## `Security` in decorator `dependencies`
-The same way you can define a `list` of `Depends` in the decorator's `dependencies` parameter, you could also use `Security` with `scopes` there.
+The same way you can define a `list` of `Depends` in the decorator's `dependencies` parameter, you could also use `Security` with `scopes` there.