summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCaitlin Hogan <cahogan16@gmail.com>2024-11-16 10:40:40 -0800
committerSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2024-11-18 15:14:05 +0100
commit1be9c5fb56febbf63072c81f61664f25b6c16bc0 (patch)
treea01a1a4c8ea19ce04c9d3dc1d150dbf9cfb9009c /docs
parenta2bc2925b1edbab3d68689d19dd0d09f41638a4d (diff)
[5.1.x] Fixed typo in docs/topics/performance.txt.
Backport of ca113adbae1cc2129256f51ac71e8aed2a381576 from main.
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/performance.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/performance.txt b/docs/topics/performance.txt
index cedd824e30..4e23d1b6bc 100644
--- a/docs/topics/performance.txt
+++ b/docs/topics/performance.txt
@@ -137,7 +137,7 @@ one that it is comfortable to code for.
Firstly, in a real-life case you need to consider what is happening before
and after your count to work out what's an optimal way of doing it *in that
- particular context*. The database optimization documents describes :ref:`a
+ particular context*. The database optimization document describes :ref:`a
case where counting in the template would be better
<overuse_of_count_and_exists>`.