Fixed grammatical errors (#33115)

This commit is contained in:
Alexander King
2018-11-01 10:35:47 -05:00
committed by Paul Gamble
parent b1584fbbfe
commit 5ddafff633

View File

@ -3,7 +3,7 @@ title: OAuth2 Protocol
---
## OAuth 2.0
<a href='https://tools.ietf.org/html/rfc6749' target='_blank' rel='nofollow'>OAuth 2.0</a> 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)
<a href='https://tools.ietf.org/html/rfc6749' target='_blank' rel='nofollow'>OAuth 2.0</a> 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