From 029744eee26487c88bec98f991c523b373dd4ab8 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:40:56 +0200 Subject: [PATCH] Fixed typo --- 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 7316e213b8b0..c3c2268109a2 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.