Update site/content/tutorial/01-introduction/05-nested-components/text.md

Co-authored-by: Tan Li Hau <tanhauhau@users.noreply.github.com>
pull/7285/head
Thad Guidry 4 years ago committed by GitHub
parent ae3ae18add
commit 026c555138
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -16,7 +16,7 @@ Let's add a `<script>` tag to `App.svelte` that imports the file (our component)
</script> </script>
``` ```
...then add the component `Nested` to use it in the app markup: ...then use component `Nested` in the app markup:
```html ```html
<p>This is a paragraph.</p> <p>This is a paragraph.</p>

Loading…
Cancel
Save