From ae3ae18add7892b0ce8e8bf712496f9a79381dc4 Mon Sep 17 00:00:00 2001 From: Thad Guidry Date: Fri, 18 Feb 2022 10:07:44 -0600 Subject: [PATCH] further clarify component --- .../tutorial/01-introduction/05-nested-components/text.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/tutorial/01-introduction/05-nested-components/text.md b/site/content/tutorial/01-introduction/05-nested-components/text.md index 20217c7ee3..27107cb146 100644 --- a/site/content/tutorial/01-introduction/05-nested-components/text.md +++ b/site/content/tutorial/01-introduction/05-nested-components/text.md @@ -8,7 +8,7 @@ We now present you 2 files in the editor on the right (upper bar) to click on, ` Each component is a reusable self-contained block of code that encapsulates HTML, CSS, and JavaScript that belong together, written into a `.svelte` file. -Let's add a `