From b5f44b600f13dbb90a1edce51da6c8e71d60312f Mon Sep 17 00:00:00 2001 From: lockhart Date: Wed, 24 Sep 2014 22:55:58 -0700 Subject: [PATCH] Update getting_started.rst Fix typo "it's" in first paragraph should be "is". --- docs/rest-framework/getting_started.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rest-framework/getting_started.rst b/docs/rest-framework/getting_started.rst index 62d95dbc6..0b3530ed5 100644 --- a/docs/rest-framework/getting_started.rst +++ b/docs/rest-framework/getting_started.rst @@ -2,7 +2,7 @@ Getting started =============== Django OAuth Toolkit provide a support layer for `Django REST Framework `_. -This tutorial it's based on the Django REST Framework example and shows you how to easily integrate with it. +This tutorial is based on the Django REST Framework example and shows you how to easily integrate with it. Step 1: Minimal setup ---------------------