Skip to content

Commit 1f0c62f

Browse files
authored
docs: minor spelling correction (#13771)
1 parent 8f109a6 commit 1f0c62f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ But a few libraries haven't transitioned to this new default yet, including [`li
8686
- [`jsxFactory`](https://www.typescriptlang.org/tsconfig#jsxFactory)
8787
- [`jsxFragmentFactory`](https://www.typescriptlang.org/tsconfig#jsxFragmentFactory)
8888

89-
If migrating your codebase to `"isolatedModules": true` is an unsurmountable effort, you may be able to get around it with a third-party plugin such as [rollup-plugin-friendly-type-imports](https://www.npmjs.com/package/rollup-plugin-friendly-type-imports). However, this approach is not officially supported by Vite.
89+
If migrating your codebase to `"isolatedModules": true` is an insurmountable effort, you may be able to get around it with a third-party plugin such as [rollup-plugin-friendly-type-imports](https://www.npmjs.com/package/rollup-plugin-friendly-type-imports). However, this approach is not officially supported by Vite.
9090

9191
### Client Types
9292

0 commit comments

Comments
 (0)