diff --git a/site/content/docs/03-template-syntax.md b/site/content/docs/03-template-syntax.md index b5e1f72087..bb2ea35ed3 100644 --- a/site/content/docs/03-template-syntax.md +++ b/site/content/docs/03-template-syntax.md @@ -1602,7 +1602,7 @@ Note that explicitly passing in an empty named slot will add that slot's name to Slots can be rendered zero or more times. -The `let:` directive gives a slot template access to variables defined in the component that uses them. +The `let:` directive gives a slot template access to variables defined in the component that they are provided to. The usual shorthand rules apply — `let:item` is equivalent to `let:item={item}`, and `` is equivalent to ``. ```sv @@ -1618,7 +1618,7 @@ The usual shorthand rules apply — `let:item` is equivalent to `let:item={item} + available to the slot template as a variable called `thing` -->
{thing.text}