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/6374/head
Paul Murray 3 years ago committed by GitHub
parent cc58f60002
commit ad29604d6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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