From d8d9cfcb5b78acbe7ca0ebc6096e78c9fc8f6121 Mon Sep 17 00:00:00 2001 From: Kevin Kirsche Date: Mon, 13 Sep 2021 15:06:08 -0400 Subject: [PATCH] Fix typo in docs/debugging.rst `docs/debugging.rst:72: controled ==> controlled` --- docs/debugging.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/debugging.rst b/docs/debugging.rst index a9f984b4..66118de2 100644 --- a/docs/debugging.rst +++ b/docs/debugging.rst @@ -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