From ffabc14b55e6a3d5e69185e688f4b38bf86c6e82 Mon Sep 17 00:00:00 2001 From: Safwan Samsudeen <62411302+safwansamsudeen@users.noreply.github.com> Date: Thu, 24 Oct 2024 06:41:34 +0530 Subject: [PATCH] correct typo --- documentation/docs/07-misc/07-v5-migration-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/docs/07-misc/07-v5-migration-guide.md b/documentation/docs/07-misc/07-v5-migration-guide.md index deffca288d03..7b15661160a6 100644 --- a/documentation/docs/07-misc/07-v5-migration-guide.md +++ b/documentation/docs/07-misc/07-v5-migration-guide.md @@ -353,7 +353,7 @@ In Svelte 4, the easiest way to pass a piece of UI to the child was using a ` ------ -+++{@render children?.()}+++ ++++{@render children()}+++ ``` ### Multiple content placeholders