From 5d3a5769389804edf9c208e3b4acf2f7400a4021 Mon Sep 17 00:00:00 2001 From: Thad Guidry Date: Fri, 15 Apr 2022 23:03:29 -0500 Subject: [PATCH] Update site/content/tutorial/01-introduction/05-nested-components/text.md Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com> --- .../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 b75e63172a..ae02296755 100644 --- a/site/content/tutorial/01-introduction/05-nested-components/text.md +++ b/site/content/tutorial/01-introduction/05-nested-components/text.md @@ -6,7 +6,7 @@ It would be impractical to put your entire app in a single component. Instead, w We now present you 2 files in the editor on the right (upper bar) to click on, `App.svelte` and `Nested.svelte`. -Each component is a reusable self-contained block of code that encapsulates HTML, CSS, and JavaScript that belong together, written into a `.svelte` file. +Each `.svelte` file holds a component that is a reusable self-contained block of code that encapsulates HTML, CSS, and JavaScript that belong together. Let's add a `