From 400dc5cc8431f7dc34d7338cfee56f36aaed7711 Mon Sep 17 00:00:00 2001 From: Samuel Dion-Girardeau Date: Sat, 15 Apr 2017 12:47:46 -0400 Subject: [PATCH] Fix typo --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 797b178..b43376a 100644 --- a/README.rst +++ b/README.rst @@ -53,7 +53,7 @@ You can configure the following via environment variables. `SECRET_KEY` this should be a unique key that's used to sign key. This should be kept secret. See the `Flask Documentation`_ for more information. -`DEBUG` to run Flask web werver in debug mode. See the `Flask Documentation`_ for more information. +`DEBUG` to run Flask web server in debug mode. See the `Flask Documentation`_ for more information. .. _Flask Documentation: http://flask.pocoo.org/docs/quickstart/#sessions