diff options
| author | Laura <lhampton@gmail.com> | 2017-06-27 21:41:10 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-06-27 21:41:10 -0400 |
| commit | e58c87cb7042ba8ed1a33761ac2b6b4efed70b29 (patch) | |
| tree | b0bff0d664b9d7d5b25cb603d2a7731311891a64 /docs | |
| parent | 3297dede7fce4b190f7b3bf0b0fc29a734151b61 (diff) | |
Fixed #28336 -- Fixed typo in docs/ref/settings.txt.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/settings.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index 70402b1fc4..23a7b61892 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -1958,7 +1958,7 @@ Example: ``"http://media.example.com/"`` ``MIDDLEWARE`` -------------- -Default:: ``None`` +Default: ``None`` A list of middleware to use. See :doc:`/topics/http/middleware`. |
