From 73aa61f538bade47030b3a4162195f75699ba1a2 Mon Sep 17 00:00:00 2001 From: Pedro Cattori Date: Fri, 30 Aug 2024 15:09:14 -0400 Subject: [PATCH] fix typo --- docs/guides/single-fetch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/single-fetch.md b/docs/guides/single-fetch.md index 964c6598fe2..d68857f339b 100644 --- a/docs/guides/single-fetch.md +++ b/docs/guides/single-fetch.md @@ -148,7 +148,7 @@ With Single Fetch, naked objects will be streamed directly, so the built-in type #### Enable Single Fetch types To switch over to Single Fetch types, you should [augment][augment] Remix's `Future` interface with `unstable_singleFetch: true`. -You can do this in any file covered by your `tsconfig.json` > `includes`. +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