From 932332e1b5244e1780af006db82428616a85f0bf Mon Sep 17 00:00:00 2001 From: Phalgun Guduthur Date: Mon, 29 Apr 2019 13:45:42 +0530 Subject: [PATCH] Fix typo Flak to Flask --- 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 --------