From 47f54ca836899933ae4d7b7f159d0e9f5ffcadf7 Mon Sep 17 00:00:00 2001 From: magicfelix <felix@felix-zauberer.de> Date: Thu, 8 Jul 2021 18:59:39 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a7053c5..282fdbb 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ password is then used to acquire an access token. If acquiring the token succeeds, the authentication is considered successful. -### Athorization Code Grant Flow +### Authorization Code Grant Flow Using this flow, the user is displayed a web page and logs in to it. -- GitLab