docs(component-api): change details -> detail (#1610)

This commit is contained in:
Enrico Sacchetti 2023-01-01 12:04:17 -05:00 committed by GitHub
commit c1c8309443
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -173,7 +173,7 @@
<StructuredListHead> <StructuredListHead>
<StructuredListRow> <StructuredListRow>
<StructuredListCell>Event name</StructuredListCell> <StructuredListCell>Event name</StructuredListCell>
<StructuredListCell><code>event.details</code> type</StructuredListCell> <StructuredListCell><code>event.detail</code> type</StructuredListCell>
{#if hasDescription} {#if hasDescription}
<StructuredListCell>Description</StructuredListCell> <StructuredListCell>Description</StructuredListCell>
{/if} {/if}