Skip to content

Commit fcb325e

Browse files
Fix typo
Co-authored-by: James Anderson <[email protected]>
1 parent c0f8405 commit fcb325e

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
@@ -80,7 +80,7 @@ class RegionalCache implements IncrementalCache {
8080
return this.opts.bypassTagCacheOnCacheHit;
8181
}
8282

83-
// Otherwise we default to wether the automatic cache purging is enabled or not
83+
// Otherwise we default to whether the automatic cache purging is enabled or not
8484
const hasAutomaticCachePurging = !!getCloudflareContext().env.NEXT_CACHE_DO_PURGE;
8585
return hasAutomaticCachePurging;
8686
}

0 commit comments

Comments
 (0)