diff options
| author | Buk Bukowski <38087302+bukowa@users.noreply.github.com> | 2020-07-22 22:38:27 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-07-22 22:39:27 +0200 |
| commit | 252166404144e33c599738e2d73df749d5d1d400 (patch) | |
| tree | 41b16193b4758e85fa9ea8440ae758692307e6d1 /docs/ref | |
| parent | 2b3ca7a5f1fed7eccf32266f59864ec64a8b959d (diff) | |
[3.1.x] Fixed #31814 -- Fixed typo in docs/ref/settings.txt.
Backport of f65454801bfa13fc043fee0aca8f49af41380683 from master
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 b307bf3e7a..eafaa96b4e 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>`. |
