From 467cced098d932baa95e3be151ace1ff464db1b8 Mon Sep 17 00:00:00 2001 From: smark-1 <75799735+smark-1@users.noreply.github.com> Date: Sun, 8 Sep 2024 14:05:17 -0400 Subject: [PATCH] Fix typo advantage in docs/deploy/under_the_hood.md --- docs/deploy/under_the_hood.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deploy/under_the_hood.md b/docs/deploy/under_the_hood.md index 5140aed833..d1dd690ec7 100644 --- a/docs/deploy/under_the_hood.md +++ b/docs/deploy/under_the_hood.md @@ -75,7 +75,7 @@ The django-storages Amazon S3 backends (`storages.backends.s3boto.S3BotoStorage` ### Cache -Wagtail is designed to take adavantage of Django's [cache framework](inv:django#topics/cache) when available to accelerate page loads. The cache is especially useful for the Wagtail admin, which can't take advantage of conventional CDN caching. +Wagtail is designed to take advantage of Django's [cache framework](inv:django#topics/cache) when available to accelerate page loads. The cache is especially useful for the Wagtail admin, which can't take advantage of conventional CDN caching. Wagtail supports any of Django's cache backend, however we recommend against using one tied to the specific process or environment Django is running (eg `FileBasedCache` or `LocMemCache`).