From f1b10ecdbfc51509907b90795bbe3a68b644c921 Mon Sep 17 00:00:00 2001 From: Chris Charlton Date: Tue, 11 Jun 2024 09:17:21 -0700 Subject: [PATCH] Minor update caching-advanced-topics.md (#9040) Fixed a technical snippet that had a regular word captured in the wrong text style. --- source/content/caching-advanced-topics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/content/caching-advanced-topics.md b/source/content/caching-advanced-topics.md index 1c82450215..7a562c50eb 100644 --- a/source/content/caching-advanced-topics.md +++ b/source/content/caching-advanced-topics.md @@ -225,7 +225,7 @@ Pantheon strips cookies for any file ending with the following extensions, even ## 404s -Pantheon’s default is to not cache 404s, but if your application sets `Cache-Control:max-age headers`, the Global CDN will respect them. Depending on your use case, that may be the desired result. +Pantheon’s default is to not cache 404s, but if your application sets `Cache-Control:max-age` headers, the Global CDN will respect them. Depending on your use case, that may be the desired result.