diff options
author | 2023-09-07 21:11:09 +0100 | |
---|---|---|
committer | 2023-09-07 13:11:09 -0700 | |
commit | f6a621f36a87d54d14e2b2ea81c1bcef4906ae63 (patch) | |
tree | 42fe634d219ececd07e43a39710e7616b135d218 | |
parent | 5b9d8b87c41410091a7c602b895ad9ffda17819c (diff) | |
download | bun-f6a621f36a87d54d14e2b2ea81c1bcef4906ae63.tar.gz bun-f6a621f36a87d54d14e2b2ea81c1bcef4906ae63.tar.zst bun-f6a621f36a87d54d14e2b2ea81c1bcef4906ae63.zip |
Fix typo in sveltekit.md (#4550)
-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 |