We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 736a523 commit 5be825cCopy full SHA for 5be825c
packages/next/src/server/web/spec-extension/revalidate.ts
@@ -55,7 +55,7 @@ export function updateTag(tag: string) {
55
/**
56
* This function allows you to refresh client cache from server actions.
57
* It's useful as dynamic data can be cached on the client which won't
58
- * be refreshed by expireTag
+ * be refreshed by updateTag
59
*/
60
export function refresh() {
61
const workStore = workAsyncStorage.getStore()
0 commit comments