Fix typo in docs (#2237)

This commit is contained in:
ka7 2017-04-11 21:44:32 +02:00 committed by Adrian
parent d13febda57
commit 5a76bbe7c7

View file

@ -65,7 +65,7 @@ that tells Flask where to find the application instance::
export FLASK_APP=yourapplication
If you are outside of the project directory make sure to provide the exact
path to your application directory. Similiarly you can turn on "debug
path to your application directory. Similarly you can turn on "debug
mode" with this environment variable::
export FLASK_DEBUG=true