Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit c900776

Browse files
nuzilkeharper
andauthored
Update src/guides/v2.4/graphql/caching.md
Co-authored-by: Kevin Harper <keharper@users.noreply.github.com>
1 parent 5133362 commit c900776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guides/v2.4/graphql/caching.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ To enable GraphQL caching on Fastly:
109109

110110
[Set up Fastly]({{ site.baseurl }}/cloud/cdn/configure-fastly.html) describes how to perform both of these tasks.
111111

112-
By default, the Faslty module for Magento provides the follwing VCL configuration for GraphQL caching:
112+
By default, the Fastly module for Magento provides the following VCL configuration for GraphQL caching:
113113

114114
```text
115115
if (req.request == "GET" && req.url.path ~ "/graphql" && req.url.qs ~ "query=") {

0 commit comments

Comments
 (0)