From 902cdaf0105e5e6b2dc886e7a1139f805d943b9b Mon Sep 17 00:00:00 2001 From: Ken Kinder Date: Fri, 8 Feb 2019 06:41:13 -0500 Subject: [PATCH] Fix typos (#24) Fix typos in security section. --- docs/tutorial/security/intro.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/tutorial/security/intro.md b/docs/tutorial/security/intro.md index 94729cf8d..0ec81dbd7 100644 --- a/docs/tutorial/security/intro.md +++ b/docs/tutorial/security/intro.md @@ -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".