]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
Fix typos (#24)
authorKen Kinder <ken+github@kkinder.com>
Fri, 8 Feb 2019 11:41:13 +0000 (06:41 -0500)
committerSebastián Ramírez <tiangolo@gmail.com>
Fri, 8 Feb 2019 11:41:13 +0000 (15:41 +0400)
Fix typos in security section.

docs/tutorial/security/intro.md

index 94729cf8d96c3f8a8f86800f9ca56e973a4d389a..0ec81dbd7fe8f5d17c8c9c28b685be78dd8c4fd8 100644 (file)
@@ -1,4 +1,4 @@
-There are many ways to handle security, authentication and autorization.
+There are many ways to handle security, authentication and authorization.
 
 And it normally is a complex and "difficult" topic.
 
@@ -14,9 +14,9 @@ If you don't care about any of these terms and you just need to add security wit
 
 ## OAuth2
 
-OAuth2 is a specification that defines several ways to handle authentication and autorization.
+OAuth2 is a specification that defines several ways to handle authentication and authorization.
 
-It is quite an extensive especification and covers several complex use cases.
+It is quite an extensive specification and covers several complex use cases.
 
 It includes ways to authenticate using a "third party".