Skip to content

Commit d27500c

Browse files
docs: Fix typo in cacheLife configs in use-cache docs (#71921)
### What? Typo fix in use-cache docs ### Why? The world deserves less typos ### How? I removed a number that should not have been there Co-authored-by: Delba de Oliveira <32464864+delbaoliveira@users.noreply.github.com>
1 parent ae9bb60 commit d27500c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/02-app/02-api-reference/01-directives/use-cache.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ const nextConfig = {
160160
biweekly: {
161161
stale: 60 * 60 * 24 * 14, // 14 days
162162
revalidate: 60 * 60 * 24, // 1 day
163-
expire: 86400 60 * 60 * 24 * 14, // 14 days
163+
expire: 60 * 60 * 24 * 14, // 14 days
164164
},
165165
},
166166
},

0 commit comments

Comments
 (0)