summaryrefslogtreecommitdiff
path: root/docs/ref/middleware.txt
diff options
context:
space:
mode:
authorTimo Graham <timograham@gmail.com>2011-06-19 19:40:18 +0000
committerTimo Graham <timograham@gmail.com>2011-06-19 19:40:18 +0000
commitb9ea5e163e4aff4fafaa863ee9d10614a92c564a (patch)
tree1ff3063a7a1616a839dec77bbe75033516422678 /docs/ref/middleware.txt
parentdf45e35661fbbb888465552910b9996019f193c8 (diff)
Fixed #16258 - typo in middleware docs.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16441 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref/middleware.txt')
-rw-r--r--docs/ref/middleware.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/middleware.txt b/docs/ref/middleware.txt
index 7bb70986ef..1564217146 100644
--- a/docs/ref/middleware.txt
+++ b/docs/ref/middleware.txt
@@ -6,7 +6,7 @@ Middleware
:synopsis: Django's built-in middleware classes.
This document explains all middleware components that come with Django. For
-information on how how to use them and how to write your own middleware, see
+information on how to use them and how to write your own middleware, see
the :doc:`middleware usage guide </topics/http/middleware>`.
Available middleware