Skip to content

Commit 2075f31

Browse files
authored
docs: tiny typo (#20404)
1 parent 8543016 commit 2075f31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guide/features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Vite starter templates have `"skipLibCheck": "true"` by default to avoid typeche
113113

114114
### Client Types
115115

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:
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:
117117

118118
```typescript
119119
/// <reference types="vite/client" />

0 commit comments

Comments
 (0)