summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/integrations/django.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/integrations/django.rst b/docs/integrations/django.rst
index 7956ed9..0917c70 100644
--- a/docs/integrations/django.rst
+++ b/docs/integrations/django.rst
@@ -157,7 +157,7 @@ do this, you simply need to enable a Django middleware:
...,
) + MIDDLEWARE
-It is recommended to put the middleware at the top, so that any only 404s
+It is recommended to put the middleware at the top, so that only 404s
that bubbled all the way up get logged. Certain middlewares (e.g. flatpages)
capture 404s and replace the response.