From 825f70ebd45d91b1a8d20b61cf375cf0badebab6 Mon Sep 17 00:00:00 2001 From: Remix Run Bot Date: Fri, 13 Sep 2024 15:10:07 +0000 Subject: [PATCH] chore: format --- docs/guides/single-fetch.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/guides/single-fetch.md b/docs/guides/single-fetch.md index 3910324237b..4bcc6d6e3e0 100644 --- a/docs/guides/single-fetch.md +++ b/docs/guides/single-fetch.md @@ -153,7 +153,8 @@ You can do this in any file covered by your `tsconfig.json` > `include`. We recommend you do this in your `vite.config.ts` to keep it colocated with the `future.unstable_singleFetch` future flag in the Remix plugin: ```ts -declare module "@remix-run/node" { // or cloudflare, deno, etc. +declare module "@remix-run/node" { + // or cloudflare, deno, etc. interface Future { unstable_singleFetch: true; }