diff options
| author | Buk Bukowski <38087302+bukowa@users.noreply.github.com> | 2020-07-22 22:38:27 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-22 22:38:27 +0200 |
| commit | f65454801bfa13fc043fee0aca8f49af41380683 (patch) | |
| tree | bc6051c1994d91bb5c0e96cce4fff72519a975a9 /docs/ref | |
| parent | bc4fea92b296a7eacbd5f89263ca67515feeb53f (diff) | |
Fixed #31814 -- Fixed typo in docs/ref/settings.txt.
Diffstat (limited to 'docs/ref')
| -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 a95a054838..0caaca5f41 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -251,7 +251,7 @@ See the :ref:`cache documentation <cache_versioning>` for more information. ``CACHE_MIDDLEWARE_ALIAS`` -------------------------- -Default: ``default`` +Default: ``'default'`` The cache connection to use for the :ref:`cache middleware <the-per-site-cache>`. |
