Skip to content

Commit 2a73a43

Browse files
committed
Update text
1 parent 47495ba commit 2a73a43

File tree

1 file changed

+3
-4
lines changed
  • samples/graph-webhooks-cache-invalidation/src/app/preview

1 file changed

+3
-4
lines changed

samples/graph-webhooks-cache-invalidation/src/app/preview/page.tsx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ import React from 'react';
33
export default function Page() {
44
return (
55
<div>
6-
This sample site doesn&apos;t support hooks revalidation in Preview mode.
7-
Go to the page in view mode by clicking{' '}
8-
<strong>Options &larr; View in page</strong>
9-
to test hooks revalidation
6+
Preview mode doesn&apos;t cache content, to test the webhook cache
7+
invalidation, navigate to view mode by clicking{' '}
8+
<strong>Options &larr; View on website.</strong>
109
</div>
1110
);
1211
}

0 commit comments

Comments
 (0)