Fix typo in docs (#2237)

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

View file

@ -65,7 +65,7 @@ that tells Flask where to find the application instance::
export FLASK_APP=yourapplication export FLASK_APP=yourapplication
If you are outside of the project directory make sure to provide the exact 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:: mode" with this environment variable::
export FLASK_DEBUG=true export FLASK_DEBUG=true