Skip to content

Commit

Permalink
Fixed #16258 - typo in middleware docs.
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16441 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
timgraham committed Jun 19, 2011
1 parent df45e35 commit b9ea5e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ref/middleware.txt
Expand Up @@ -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
Expand Down

0 comments on commit b9ea5e1

Please sign in to comment.