diff --git a/site/content/tutorial/14-composition/03-named-slots/text.md b/site/content/tutorial/14-composition/03-named-slots/text.md index 169f028830..a23e611d04 100644 --- a/site/content/tutorial/14-composition/03-named-slots/text.md +++ b/site/content/tutorial/14-composition/03-named-slots/text.md @@ -28,7 +28,7 @@ In `ContactCard.svelte`, add a `name` attribute to each slot: ``` -Then, add elements with corresponding `slot="..."` attributes inside the `` component: +Then, add elements with corresponding `slot="..."` attributes inside the `` component: ```html @@ -41,4 +41,4 @@ Then, add elements with corresponding `slot="..."` attributes inside the ` -``` \ No newline at end of file +```