Skip to content

Commit

Permalink
Fix backstick not rendering.
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdur-rahmaanJ authored Nov 27, 2022
1 parent 618fdc8 commit d951a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Debug Mode

The :data:`DEBUG` config value is special because it may behave inconsistently if
changed after the app has begun setting up. In order to set debug mode reliably, use the
``--debug`` option on the ``flask`` command.``flask run`` will use the interactive
``--debug`` option on the ``flask`` command. ``flask run`` will use the interactive
debugger and reloader by default in debug mode.

.. code-block:: text
Expand Down

0 comments on commit d951a76

Please sign in to comment.