Skip to content

Commit d1b779f

Browse files
Update site/content/docs/03-template-syntax.md
Co-authored-by: Ben McCann <[email protected]>
1 parent dd5d96c commit d1b779f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/content/docs/03-template-syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1617,7 +1617,7 @@ The usual shorthand rules apply — `let:item` is equivalent to `let:item={item}
16171617
</ul>
16181618
16191619
<!-- App.svelte -->
1620-
<!-- the `let:itemData={thing}` directive makes the value that `FancyList` pases as the `itemData` prop
1620+
<!-- the `let:itemData={thing}` directive makes the value that `FancyList` passes as the `itemData` prop
16211621
available to the slot template as a variable called `thing` -->
16221622
<FancyList {items} let:itemData={thing}>
16231623
<div>{thing.text}</div>

0 commit comments

Comments
 (0)