Skip to content

Commit c1aa3e9

Browse files
authored
Update Use Svelte in your plugin.md
Fix wrong command
1 parent 09aa8c2 commit c1aa3e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

en/Plugins/Getting started/Use Svelte in your plugin.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ If you only want to use TypeScript's *type-only* features, you don't need `svelt
2424
> Svelte requires at least TypeScript 5.0. To update to Typescript 5.0 run the following in your terminal.
2525
>
2626
> ```bash
27-
> npm update typescript@~5.0.0
27+
> npm install typescript@~5.0.0
2828
> ```
2929
3030
2. Extend the `tsconfig.json` to enable additional type checking for common Svelte issues. `verbatimModuleSyntax` is needed for `svelte-preprocess` and `skipLibCheck` is needed for `svelte-check` to work correctly.
@@ -159,4 +159,4 @@ export class ExampleView extends ItemView {
159159
}
160160
```
161161

162-
See [[Views]] for more on how to incorporate this new view into the User Interface.
162+
See [[Views]] for more on how to incorporate this new view into the User Interface.

0 commit comments

Comments
 (0)