Docs: Rename slot let section (#6018)

The title of this section was a bit confusing, since `<slot let:name={value} />` is not actually the correct syntax
pull/7738/head
Paul Murray 5 years ago committed by GitHub
parent 736c1db690
commit 6ae5b6d5d0

@ -1376,7 +1376,7 @@ Note that explicitly passing in an empty named slot will add that slot's name to
</Card>
```
#### [`<slot let:`*name*`={`*value*`}>`](slot_let)
#### [`<slot key={`*value*`}>`](slot_let)
---

Loading…
Cancel
Save