Skip to content

Commit bfd06df

Browse files
Update packages/cloudflare/src/api/overrides/incremental-cache/regional-cache.ts
Co-authored-by: conico974 <[email protected]>
1 parent aa204fd commit bfd06df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cloudflare/src/api/overrides/incremental-cache/regional-cache.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ type Options = {
4444
* handled faster, the downside of this is that you need to make sure that the cache gets correctly purged
4545
* either by enabling the auto cache purging feature or doing that manually.
4646
*
47-
* @default `true` is the auto cache purging is enabled, `false` otherwise.
47+
* @default `true` if the auto cache purging is enabled, `false` otherwise.
4848
*/
4949
bypassTagCacheOnCacheHit?: boolean;
5050
};

0 commit comments

Comments
 (0)