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.