Fix typo in sveltekit.md (#4550)

This commit is contained in:
Adam
2023-09-07 21:11:09 +01:00
committed by GitHub
parent 5b9d8b87c4
commit f6a621f36a

View File

@@ -2,7 +2,7 @@
name: Build an app with SvelteKit and Bun
---
Use `bunx` to scaffold your app with the `create-svelte` CLI. Answer the prompts to slect a template and set up your development environment.
Use `bunx` to scaffold your app with the `create-svelte` CLI. Answer the prompts to select a template and set up your development environment.
```sh
$ bunx create-svelte my-app