Skip to content

Commit 0a2d65d

Browse files
craigdanjEugeneHlushko
authored andcommitted
Grammar correction (#2941)
1 parent 4ef3a13 commit 0a2d65d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/guides/caching.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ T> The examples in this guide stem from [getting started](/guides/getting-starte
2020

2121
So we're using webpack to bundle our modular application which yields a deployable `/dist` directory. Once the contents of `/dist` have been deployed to a server, clients (typically browsers) will hit that server to grab the site and its assets. The last step can be time consuming, which is why browsers use a technique called [caching](https://searchstorage.techtarget.com/definition/cache). This allows sites to load faster with less unnecessary network traffic, however it can also cause headaches when you need new code to be picked up.
2222

23-
This guide focuses on the configuration needed to ensure files produced by webpack compilation can remain cached unless their contents has changed.
23+
This guide focuses on the configuration needed to ensure files produced by webpack compilation can remain cached unless their content has changed.
2424

2525

2626
## Output Filenames

0 commit comments

Comments
 (0)