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

Co-Authored-By: Antony Jones <ant@enzy.org>
pull/4505/head
John Abraham 6 years ago committed by GitHub
parent 23ecb18b32
commit 6cb7a6478d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -21,7 +21,7 @@ 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.
**NOTE**: The component variable names (such as `Nested`) should be Capitalized
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.
- `when?`: When used as tags in markup.

Loading…
Cancel
Save