From 74586f3e1919fcc7ec988a09f70c0e45acbe6967 Mon Sep 17 00:00:00 2001 From: John Peach Date: Tue, 31 May 2016 10:33:19 -0700 Subject: [PATCH] grammar corrections --- docs/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index f33b663..ceb0781 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -13,8 +13,8 @@ Also implements the following specifications: Before getting started there are some important things that you should know: * Despite that implementation MUST support TLS. You can make request without using SSL. There is no control on that. -* This cover **Authorization Code Flow** and **Implicit Flow**, NO support for **Hybrid Flow** at this moment. -* Only support for requesting Claims using Scope Values. +* This library covers **Authorization Code Flow** and **Implicit Flow**, NO support for **Hybrid Flow** at this moment. +* Supports only for requesting Claims using Scope values. --------------------------------------------------------------------------------