From e3b2370795d8373c62b799b7c9fa3fef1c0a2bb1 Mon Sep 17 00:00:00 2001 From: ruvilonix <114708614+ruvilonix@users.noreply.github.com> Date: Tue, 10 Jun 2025 22:37:03 -0400 Subject: [PATCH] [5.2.x] Fixed #36454 -- Fixed typo in docs/intro/tutorial08.txt. Backport of 87a5ae6c5b55da922e47226e6d54c6d26466a0bd from main. --- docs/intro/tutorial08.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro/tutorial08.txt b/docs/intro/tutorial08.txt index 6ef3b0b6e1..d0c55c32e4 100644 --- a/docs/intro/tutorial08.txt +++ b/docs/intro/tutorial08.txt @@ -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 `_ that outlines troubleshooting options.