Skip to content

Commit a4b97c2

Browse files
dominikgdummdidumm
andauthored
Update docs/config.md
Co-authored-by: Simon H <[email protected]>
1 parent 390dec3 commit a4b97c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export default {
6060

6161
### Config file extension
6262

63-
The content of Svelte config should always be in esm syntax. Depending on Node's mode, make sure you're using the correct extension.
63+
The Svelte config should always be written in ESM syntax. Depending on Node's mode, make sure you're using the correct extension.
6464

6565
- If `type: "module"` is defined in `package.json`, prefer `.js` or `.ts`
6666
- If `type: "module"` is not defined, use `.mjs` or `.mts`

0 commit comments

Comments
 (0)