Fixed #36454 -- Fixed typo in docs/intro/tutorial08.txt.
Some checks are pending
Linters / flake8 (push) Waiting to run
Docs / docs (push) Waiting to run
Docs / blacken-docs (push) Waiting to run
Linters / isort (push) Waiting to run
Linters / black (push) Waiting to run
Tests / Windows, SQLite, Python 3.13 (push) Waiting to run
Tests / JavaScript tests (push) Waiting to run

This commit is contained in:
ruvilonix 2025-06-10 22:37:03 -04:00 committed by Sarah Boyce
parent bd65e82831
commit f5cb757a67

View file

@ -63,7 +63,7 @@ toolbar may not render. When this happens and you're unable to
resolve the issue yourself, there are options available to you.
#. If the problem is with a specific package, check if there's a
troubleshooting of FAQ in the package's documentation. For example the
troubleshooting guide or FAQ in the package's documentation. For example the
Django Debug Toolbar has a `Tips section
<https://django-debug-toolbar.readthedocs.io/en/latest/tips.html>`_ that
outlines troubleshooting options.