From 360a3f6aed2d311e9f0fe359573356890b45c13b Mon Sep 17 00:00:00 2001 From: gaac510 <74474003+gaac510@users.noreply.github.com> Date: Mon, 19 Dec 2022 12:10:33 +1100 Subject: [PATCH] Correct typo --- site/content/tutorial/01-introduction/07-making-an-app/text.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/tutorial/01-introduction/07-making-an-app/text.md b/site/content/tutorial/01-introduction/07-making-an-app/text.md index 4631719358..8149f626b7 100644 --- a/site/content/tutorial/01-introduction/07-making-an-app/text.md +++ b/site/content/tutorial/01-introduction/07-making-an-app/text.md @@ -12,7 +12,7 @@ npm create vite@latest my-app -- --template svelte ...or one of the [community-maintained integrations](https://sveltesociety.dev/tools). -> [SvelteKit](https://kit.svelte.dev) is the official application framework from the Svelte team. It [reached version 1.0](https://svelte.dev/blog/announcing-sveltekit-1.0) on December 14, 2022 and is now the recommended way to built Svelte apps of all shapes and sizes. +> [SvelteKit](https://kit.svelte.dev) is the official application framework from the Svelte team. It [reached version 1.0](https://svelte.dev/blog/announcing-sveltekit-1.0) on December 14, 2022 and is now the recommended way to build Svelte apps of all shapes and sizes. Don't worry if you're relatively new to web development and haven't used these tools before. We've prepared a simple step-by-step guide, [Svelte for new developers](/blog/svelte-for-new-developers), which walks you through the process.