summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Hahler <git@thequod.de>2018-05-18 19:06:34 +0200
committerMatt Robenolt <matt@ydekproductions.com>2018-05-18 11:56:33 -0700
commit752bba83b551becff1859d0f2c68403063ce9ae3 (patch)
treead3d9cc50c90265b1f7e5e9cc42850f600ed091f
parent788288db56f300f4612344d2f50a712cf3f96fc0 (diff)
downloadraven-752bba83b551becff1859d0f2c68403063ce9ae3.tar.gz
doc: fix grammar
s/any only/only/
-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.