From 226b5b29841cefff12f14da48279a528c0ee58d6 Mon Sep 17 00:00:00 2001 From: Abhay Kumar Date: Wed, 12 Apr 2023 00:58:53 +0530 Subject: [PATCH] Better intro of Svelte's capability --- site/content/tutorial/01-introduction/01-basics/text.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/tutorial/01-introduction/01-basics/text.md b/site/content/tutorial/01-introduction/01-basics/text.md index eb48a36ba3..3b19acca97 100644 --- a/site/content/tutorial/01-introduction/01-basics/text.md +++ b/site/content/tutorial/01-introduction/01-basics/text.md @@ -2,7 +2,7 @@ title: Basics --- -Welcome to the Svelte tutorial. This will teach you everything you need to know to build fast, small web applications easily. +Welcome to the Svelte tutorial. This will teach you everything you need to know to build fast, compact web applications easily. You can also consult the [API docs](/docs) and the [examples](/examples), or — if you're impatient to start hacking on your machine locally — the [60-second quickstart](/docs#getting-started).