Skip to content

Commit 623d01f

Browse files
Refactor background re-caching explanation for clarity (#1873)
1 parent f4858c3 commit 623d01f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/collections/pages/static-caching.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -634,9 +634,9 @@ To clear the static file cache you can run `php please static:clear` (and/or del
634634

635635
## Background Re-caching
636636

637-
By default, when a page is invalidated, the cached item is deleted, so the next person to visit the page will get a fresh version, which might be slow.
637+
By default, when a page is invalidated, the cached item is deleted. This means the next page visitor will get a fresh version, which might be slow.
638638

639-
You may opt into background re-caching which will refresh the item rather than deleting it. There
639+
To refresh the item rather than delete it, you may opt in to background re-caching.
640640

641641
```php
642642
'background_recache' => true,

0 commit comments

Comments
 (0)