Skip to content

Commit 42e8d4e

Browse files
nenizerasdnts
authored andcommitted
[Cache]Update cache-keys.mdx (cloudflare#23351)
Not sure its possible; could we set it in `` to highlight the command?
1 parent ec889be commit 42e8d4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/cache/how-to/cache-keys.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ If you include the query string foo in a URL like `https://www.example.com/?foo=
7777

7878
#### Usage notes
7979

80-
* To include all query string parameters (the default behavior), use include: "\*"
81-
* To ignore query strings, use exclude: "\*"
80+
* To include all query string parameters (the default behavior), use include: `"\*"`
81+
* To ignore query strings, use exclude: `"\*"`
8282
* To include most query string parameters but exclude a few, use the exclude field which assumes the other query string parameters are included.
8383

8484
### Headers

0 commit comments

Comments
 (0)