Skip to content

Commit 6720f65

Browse files
authored
chore: typo (#2423)
1 parent 76f3535 commit 6720f65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/config/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ export default ({ command, mode }) => {
240240
- **Type:** `boolean`
241241
- **Default:** `false`
242242

243-
If set to `true`, imported JSON will be transformed into `export default JSON.parse("...")` which is significantly more performant than Object literals, espeically when the JSON file is large.
243+
If set to `true`, imported JSON will be transformed into `export default JSON.parse("...")` which is significantly more performant than Object literals, especially when the JSON file is large.
244244

245245
Enabling this disables named imports.
246246

0 commit comments

Comments
 (0)