From f6a621f36a87d54d14e2b2ea81c1bcef4906ae63 Mon Sep 17 00:00:00 2001 From: Adam <20659452+hiadamk@users.noreply.github.com> Date: Thu, 7 Sep 2023 21:11:09 +0100 Subject: Fix typo in sveltekit.md (#4550) --- docs/guides/ecosystem/sveltekit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/guides/ecosystem') 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 -- cgit v1.2.3