We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8543016 commit 2075f31Copy full SHA for 2075f31
guide/features.md
@@ -113,7 +113,7 @@ Vite starter templates have `"skipLibCheck": "true"` by default to avoid typeche
113
114
### Client Types
115
116
-Vite's default types are for its Node.js API. To shim the environment of client side code in a Vite application, add a `d.ts` declaration file:
+Vite's default types are for its Node.js API. To shim the environment of client-side code in a Vite application, add a `d.ts` declaration file:
117
118
```typescript
119
/// <reference types="vite/client" />
0 commit comments