summaryrefslogtreecommitdiff
path: root/docs/topics
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:12:42 +0100
commitca113adbae1cc2129256f51ac71e8aed2a381576 (patch)
tree9b5a38ab9069268fa81729d935108995e6fdf905 /docs/topics
parent9609b48b9149aa0b96208588b99ce6161be6a287 (diff)
Fixed typo in docs/topics/performance.txt.
Diffstat (limited to 'docs/topics')
-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>`.