From 2d5b27b643fc5902ba13595e0ff5fbb20dbe641c Mon Sep 17 00:00:00 2001 From: Kevin McGee Date: Thu, 25 Apr 2019 19:59:47 -0700 Subject: [PATCH] For want of a word... _as_ you like it... --- site/content/tutorial/14-composition/04-slot-props/text.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/content/tutorial/14-composition/04-slot-props/text.md b/site/content/tutorial/14-composition/04-slot-props/text.md index 53f4e84590..a4d7c4911b 100644 --- a/site/content/tutorial/14-composition/04-slot-props/text.md +++ b/site/content/tutorial/14-composition/04-slot-props/text.md @@ -42,6 +42,6 @@ You can rename the variable, if you want — let's call it `active` in the paren ``` -You can have as many of these components you like, and the slotted props will remain local to the component where they're declared. +You can have as many of these components as you like, and the slotted props will remain local to the component where they're declared. -> Named slots can also have props; use the `let` directive on an element with a `slot="..."` attribute, instead of on the component itself. \ No newline at end of file +> Named slots can also have props; use the `let` directive on an element with a `slot="..."` attribute, instead of on the component itself.