From 32ebc469150418057aa5ee2f6ca184bb702c8333 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20Olejnik?= <80220806+Mikolalaj@users.noreply.github.com> Date: Tue, 4 Jun 2024 20:45:45 +0200 Subject: [PATCH] Fixed typo (#11907) --- documentation/docs/02-template-syntax/01-svelte-components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/docs/02-template-syntax/01-svelte-components.md b/documentation/docs/02-template-syntax/01-svelte-components.md index 7316e213b8..c3c2268109 100644 --- a/documentation/docs/02-template-syntax/01-svelte-components.md +++ b/documentation/docs/02-template-syntax/01-svelte-components.md @@ -265,7 +265,7 @@ You cannot `export default`, since the default export is the component itself.