We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd5d96c commit d1b779fCopy full SHA for d1b779f
site/content/docs/03-template-syntax.md
@@ -1617,7 +1617,7 @@ The usual shorthand rules apply — `let:item` is equivalent to `let:item={item}
1617
</ul>
1618
1619
<!-- App.svelte -->
1620
-<!-- the `let:itemData={thing}` directive makes the value that `FancyList` pases as the `itemData` prop
+<!-- the `let:itemData={thing}` directive makes the value that `FancyList` passes as the `itemData` prop
1621
available to the slot template as a variable called `thing` -->
1622
<FancyList {items} let:itemData={thing}>
1623
<div>{thing.text}</div>
0 commit comments