diff options
-rw-r--r-- | docs/guides/ecosystem/sveltekit.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guides/ecosystem/sveltekit.md b/docs/guides/ecosystem/sveltekit.md index baffa5942..5cfd2b5ee 100644 --- a/docs/guides/ecosystem/sveltekit.md +++ b/docs/guides/ecosystem/sveltekit.md @@ -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 |