forked from orbit-oss/flask
Fix typo in docs (#2237)
This commit is contained in:
parent
aafb80c527
commit
e13eaeeaf2
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue