From 3b0a31525684c069596f19f7c4f732cadcf0254b Mon Sep 17 00:00:00 2001 From: Felipe Villegas Date: Tue, 25 Feb 2025 14:45:59 -0500 Subject: [PATCH] Fix typo in resources.rst --- docs/resources.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/resources.rst b/docs/resources.rst index cbb50a7c3..d5974badb 100644 --- a/docs/resources.rst +++ b/docs/resources.rst @@ -23,7 +23,7 @@ along independently using the slides and GitHub repository. Mastering Django Debug Toolbar: Efficient Debugging and Optimization Techniques ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -This tutorial by **Bob Berderbos** provides an in-depth look at effectively +This tutorial by **Bob Belderbos** provides an in-depth look at effectively using Django Debug Toolbar to debug Django applications, covering installation, configuration, and practical usage.