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

Once I re-read the merged content I realised that I'd also made some mistakes :)
pull/4505/head
Antony Jones 6 years ago committed by GitHub
parent c9ba0fe738
commit c7e9ca1bc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -21,4 +21,4 @@ Add a `<script>` tag that imports `Nested.svelte`...
Notice that even though `Nested.svelte` has a `<p>` element, the styles from `App.svelte` don't leak in. Notice that even though `Nested.svelte` has a `<p>` element, the styles from `App.svelte` don't leak in.
Notice that the component name `Nested` is capitalized. This format has been adopted to provide a differentiation between user-defined components and regular HTML tags. Also notice that the component name `Nested` is capitalized. This convention has been adopted to allow us to differentiate between user-defined components and regular HTML tags.

Loading…
Cancel
Save