]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
✏️ Tweak wording in `docs/en/docs/tutorial/security/index.md` (#9561)
authorjyothish-mohan <56919787+jyothish-mohan@users.noreply.github.com>
Thu, 22 Jun 2023 16:40:32 +0000 (22:10 +0530)
committerGitHub <noreply@github.com>
Thu, 22 Jun 2023 16:40:32 +0000 (18:40 +0200)
docs/en/docs/tutorial/security/index.md

index 9aed2adb5d3a56320b60cdb64c6febaaf66ea0ce..035b317363cd8bd18aa94b14b320dd9c1e3203f7 100644 (file)
@@ -26,7 +26,7 @@ That's what all the systems with "login with Facebook, Google, Twitter, GitHub"
 
 ### OAuth 1
 
-There was an OAuth 1, which is very different from OAuth2, and more complex, as it included directly specifications on how to encrypt the communication.
+There was an OAuth 1, which is very different from OAuth2, and more complex, as it included direct specifications on how to encrypt the communication.
 
 It is not very popular or used nowadays.