From d2a613bf7d7efa9519f9f4a994d4d87ae08022cf Mon Sep 17 00:00:00 2001 From: Skaybee <94144636+Skaybee@users.noreply.github.com> Date: Thu, 3 Feb 2022 00:08:20 -0600 Subject: [PATCH] Update text.md On line 31, component is replaced with component. --- site/content/tutorial/14-composition/03-named-slots/text.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +```