Fix typo in docs/debugging.rst
`docs/debugging.rst:72: controled ==> controlled`
This commit is contained in:
parent
24aab7a08d
commit
d8d9cfcb5b
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ enables the debugger and reloader.
|
|||
|
||||
``FLASK_ENV`` can only be set as an environment variable. When running
|
||||
from Python code, passing ``debug=True`` enables debug mode, which is
|
||||
mostly equivalent. Debug mode can be controled separately from
|
||||
mostly equivalent. Debug mode can be controlled separately from
|
||||
``FLASK_ENV`` with the ``FLASK_DEBUG`` environment variable as well.
|
||||
|
||||
.. code-block:: python
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue