Typo oauth.md (#3172)

Small typo. a -> an

Signed-off-by: Owain Osborne-Walsh <48108258+owainow@users.noreply.github.com>
This commit is contained in:
Owain Osborne-Walsh 2023-02-14 17:22:44 +00:00 committed by GitHub
parent 21f7de9a21
commit 75c8e9ec39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ When the middleware is enabled any method invocation through Dapr needs to be au
The main difference between the two flows is that the `Authorization Code Grant flow` needs user interaction and authorizes a user where the `Client Credentials Grant flow` doesn't need a user interaction and authorizes a service/application.
## Register your application with a authorization server
## Register your application with an authorization server
Different authorization servers provide different application registration experiences. Here are some samples:
<!-- IGNORE_LINKS -->