From 360a2797c10bd5fdd4f6bbf7e56b8df9ad2d9c86 Mon Sep 17 00:00:00 2001
From: dmontagu <35119617+dmontagu@users.noreply.github.com>
Date: Thu, 30 May 2019 06:43:18 -0700
Subject: [PATCH] :bug: Fix docs link in oauth2-scopes.md (#275)
#274
---
docs/tutorial/security/oauth2-scopes.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/tutorial/security/oauth2-scopes.md b/docs/tutorial/security/oauth2-scopes.md
index 89c973e8f..558212efa 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.