From e5759ca7a62eb08eb9dd5068633c21d6b79738e7 Mon Sep 17 00:00:00 2001 From: Simon H <5968653+dummdidumm@users.noreply.github.com> Date: Tue, 31 May 2022 15:15:42 +0200 Subject: [PATCH] Update site/content/tutorial/01-introduction/07-making-an-app/text.md Co-authored-by: gtmnayan <50981692+gtm-nayan@users.noreply.github.com> --- 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 e841d40fa3..b65d084f13 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 init vite 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's currently in development, but if you don't mind using pre-1.0 software then it's the recommend way to build Svelte apps. +> [SvelteKit](https://kit.svelte.dev) is the official application framework from the Svelte team. It's currently in development, but if you don't mind using pre-1.0 software then it's the recommended way to build Svelte apps. 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.