From f150546a8c4a7a997d1f6f0a60d9c303f8ddd768 Mon Sep 17 00:00:00 2001 From: Dario Piotrowicz Date: Fri, 3 May 2024 18:29:26 +0100 Subject: [PATCH] Fix typo in caching.md (#768) --- packages/next-on-pages/docs/caching.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/next-on-pages/docs/caching.md b/packages/next-on-pages/docs/caching.md index 026347f5d..ce575b915 100644 --- a/packages/next-on-pages/docs/caching.md +++ b/packages/next-on-pages/docs/caching.md @@ -4,7 +4,7 @@ > [!NOTE] > This cache is persisted across deployments inline with what the [Next.js documentation states](https://nextjs.org/docs/app/building-your-application/caching#data-cache). You are responsible for revalidating/purging this cache. It is not handled for you by `@cloudflare/next-on-pages` or Cloudflare Pages. -> If you wish to opt-out of this caching pelease see: https://nextjs.org/docs/app/building-your-application/caching#opting-out-1 +> If you wish to opt-out of this caching please see: https://nextjs.org/docs/app/building-your-application/caching#opting-out-1 ## Storage Options