diff --git a/documentation/docs/03-template-syntax/12-use.md b/documentation/docs/03-template-syntax/12-use.md index f3db72a7725b..c59edc902fe2 100644 --- a/documentation/docs/03-template-syntax/12-use.md +++ b/documentation/docs/03-template-syntax/12-use.md @@ -55,7 +55,7 @@ The `Action` interface receives three optional type arguments — a node type (w /** * @type {import('svelte/action').Action< * HTMLDivElement, - * null, + * undefined, * { * onswiperight: (e: CustomEvent) => void; * onswipeleft: (e: CustomEvent) => void;