From 8201d7ad8b4e90f420aefbfe5f0f94fe860a0578 Mon Sep 17 00:00:00 2001 From: Felipe Date: Tue, 7 Jan 2025 00:41:06 +0000 Subject: [PATCH] docs: Switch typing of Action from null to undefined in 12-use.md (#14798) * Update 12-use.md - * Remove unecessary line in Action typing example * drive-by formatting fix --------- Co-authored-by: Rich Harris --- documentation/docs/03-template-syntax/12-use.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/documentation/docs/03-template-syntax/12-use.md b/documentation/docs/03-template-syntax/12-use.md index f3db72a772..45de023578 100644 --- a/documentation/docs/03-template-syntax/12-use.md +++ b/documentation/docs/03-template-syntax/12-use.md @@ -50,17 +50,16 @@ The `Action` interface receives three optional type arguments — a node type (w ```svelte