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 078413cc92..ae02296755 100644 --- a/site/content/tutorial/01-introduction/05-nested-components/text.md +++ b/site/content/tutorial/01-introduction/05-nested-components/text.md @@ -2,9 +2,13 @@ title: Nested components --- -It would be impractical to put your entire app in a single component. Instead, we can import components from other files and include them as though we were including elements. +It would be impractical to put your entire app in a single component. Instead, we can import components from other files and then use them as though we were including elements. -Add a ` ``` -...then add it to the markup: +...then use component `Nested` in the app markup: ```html

This is a paragraph.