From 7919ec92b6fa9be4b27f250c64690985f371d617 Mon Sep 17 00:00:00 2001 From: Andre Almar Date: Thu, 30 Jun 2016 22:38:51 -0300 Subject: [PATCH] fixing typo --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index e1da1e2..c0b3250 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -7,7 +7,7 @@ Flask-OAuth is an extension to `Flask`_ that allows you to interact with remote `OAuth`_ enabled applications. Currently it only implements the consumer interface so you cannot expose your own API with OAuth. -Flak-OAuth depends on the `python-oauth2`_ module. +Flask-OAuth depends on the `python-oauth2`_ module. Features --------