Skip to content

Commit 01d33fd

Browse files
Update src/content/docs/pages/configuration/build-caching.mdx
Co-authored-by: Brendan Irvine-Broque <[email protected]>
1 parent a1403a9 commit 01d33fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/pages/configuration/build-caching.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: Build caching
55

66
Improve Pages build times by caching dependencies and build output between builds with a project-wide shared cache.
77

8-
The first build to occur after enabling build caching on your Pages project will save to cache. Every subsequent build will restore from cache unless configured otherwise.
8+
After you enable build caching on your Pages project, the first build that runs will populate the build cache. Each subsequent build will restore from cache unless otherwise configured.
99

1010
## Requirements
1111

0 commit comments

Comments
 (0)