From 6f8dfa321112cd5db9fba2d3864dce3fa9b1abbe Mon Sep 17 00:00:00 2001 From: Tomer Cohen Date: Mon, 3 Sep 2018 11:18:39 +0300 Subject: [PATCH] Typo fix --- 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 --------