diff --git a/samples/graph-webhooks-cache-invalidation/src/app/preview/page.tsx b/samples/graph-webhooks-cache-invalidation/src/app/preview/page.tsx index 3dcde2fa..3d6291c6 100644 --- a/samples/graph-webhooks-cache-invalidation/src/app/preview/page.tsx +++ b/samples/graph-webhooks-cache-invalidation/src/app/preview/page.tsx @@ -5,7 +5,7 @@ export default function Page() {
Preview mode doesn't cache content, to test the webhook cache invalidation, navigate to view mode by clicking{' '} - Options ← View on website. + Options → View on website.
); }