From 8c5ac46c647baaa4372b297733476d90616ac296 Mon Sep 17 00:00:00 2001 From: Enrico Sacchetti Date: Sun, 1 Jan 2023 10:55:28 -0500 Subject: [PATCH] docs: change dispatched events label Svelte dispatches `event.detail` and not plural `event.details`. --- docs/src/components/ComponentApi.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/components/ComponentApi.svelte b/docs/src/components/ComponentApi.svelte index a60230a0..3f16ff76 100644 --- a/docs/src/components/ComponentApi.svelte +++ b/docs/src/components/ComponentApi.svelte @@ -173,7 +173,7 @@ Event name - event.details type + event.detail type {#if hasDescription} Description {/if}