From 5ddafff633215b26ccb5b3eaadbde7b4ce277d87 Mon Sep 17 00:00:00 2001 From: Alexander King Date: Thu, 1 Nov 2018 10:35:47 -0500 Subject: [PATCH] Fixed grammatical errors (#33115) --- guide/english/security/oauth2/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/security/oauth2/index.md b/guide/english/security/oauth2/index.md index 56b5c1157a..b31daf08c0 100644 --- a/guide/english/security/oauth2/index.md +++ b/guide/english/security/oauth2/index.md @@ -3,7 +3,7 @@ title: OAuth2 Protocol --- ## OAuth 2.0 -OAuth 2.0 is a industry standard authorization protocol, which enables third party application a limited access to resources on behalf of resource owner (users of the system) +OAuth 2.0 is an industry standard authorization protocol, which enables third party applications limited access to resources on behalf of a resource owner (users of the system). OAuth is widely being used in many major internet companies like Google, Facebook, Slack etc