Skip to content

Commit 2d8ec35

Browse files
authored
fix(cache/docs): fix typo for "Wil" to "Will" (#23961)
1 parent d4cda51 commit 2d8ec35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/cache/concepts/cache-control.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ The table below lists directives and their behaviors when Origin Cache Control i
141141
| `no-transform` | May (un)Gzip, Polish, email filter, etc. | Does not transform body. |
142142
| `s-maxage=delta, delta>1` | Same as `max-age`. | `Max-age` and `proxy-revalidate`. |
143143
| `immutable` | Not proxied downstream. | Proxied downstream. Browser facing, does not impact caching proxies. |
144-
| `no-store` | Will not cache. | Wil not cache. |
144+
| `no-store` | Will not cache. | Will not cache. |
145145

146146
### Conditions
147147

0 commit comments

Comments
 (0)