Skip to content

Commit ff2759e

Browse files
authored
[docs] fix typo in getting started (#7918)
1 parent 220325c commit ff2759e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

site/content/docs/01-getting-started.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ title: Getting started
77
To try Svelte in an interactive online environment you can try [the REPL](https://svelte.dev/repl) or [StackBlitz](https://node.new/svelte).
88

99
To create a project locally, run:
10+
1011
```
1112
npm create vite@latest myapp -- --template svelte
1213
cd myapp
@@ -16,6 +17,6 @@ npm run dev
1617

1718
Or use [SvelteKit](https://kit.svelte.dev/), the official application framework from the Svelte team (currently in beta).
1819

19-
See the SvelteSociety website run by the Svelte community for a list of integrations with various [tooling and editots](https://sveltesociety.dev/tools).
20+
The Svelte team maintains a [VS Code extension](https://marketplace.visualstudio.com/items?itemName=svelte.svelte-vscode) and the Svelte community has created a list of integrations with various other [tooling and editors](https://sveltesociety.dev/tools).
2021

2122
If you're having trouble, get help on [Discord](https://svelte.dev/chat) or [StackOverflow](https://stackoverflow.com/questions/tagged/svelte).

0 commit comments

Comments
 (0)