Skip to content

Commit fef2337

Browse files
committed
tweak wording
1 parent 200db71 commit fef2337

File tree

1 file changed

+2
-2
lines changed
  • sites/svelte-5-preview/src/routes/docs/content/03-appendix

1 file changed

+2
-2
lines changed

sites/svelte-5-preview/src/routes/docs/content/03-appendix/01-faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ All other features, including stores, are still fully supported in runes mode.
9191

9292
`beforeUpdate` and `afterUpdate` are deprecated — use `$effect.pre` and `$effect` instead, as these are more conservative about when they run code. Everything else will remain.
9393

94-
### Formatting is broken with the Svelte 5 preview, what gives?
94+
### Prettier formatting is broken, what gives?
9595

96-
`svelte-lsp` is shipping with an earlier built-in Svelte version to support the most number of people out of the box. To make the language server compatible with Svelte 5 you will need to install the latest version of `prettier` and `prettier-plugin-svelte` in your project and update or create a `.prettierrc`. This will enable the lsp to use the new Svelte 5 parser.
96+
`svelte-lsp` ships with a stable version of Svelte to support the largest number of people out of the box. To make the language server compatible with Svelte 5 you will need to install the latest versions of `prettier` and `prettier-plugin-svelte` in your project and create (or update) a `.prettierrc` file:
9797

9898
```sh
9999
npm i --save-dev prettier-plugin-svelte prettier

0 commit comments

Comments
 (0)