Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pcattori committed Aug 30, 2024
1 parent e9f2684 commit 73aa61f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/single-fetch.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 73aa61f

Please sign in to comment.