fix: typo docs/debugging.rst:72

docs/debugging.rst:72: controled ==> controlled
This commit is contained in:
Kevin Kirsche 2021-09-14 12:29:42 -04:00 committed by GitHub
parent 313a70da6e
commit 9d9108fe25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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