From 472f43b43a89095953d259032797acd8e68f393e Mon Sep 17 00:00:00 2001 From: thollander Date: Wed, 8 May 2019 13:15:56 +0200 Subject: [PATCH] Typo in svelte stories example (non-valid JS) --- docs/src/pages/guides/guide-svelte/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/pages/guides/guide-svelte/index.md b/docs/src/pages/guides/guide-svelte/index.md index 07b80c80fc..7e2acecd1d 100644 --- a/docs/src/pages/guides/guide-svelte/index.md +++ b/docs/src/pages/guides/guide-svelte/index.md @@ -99,7 +99,7 @@ storiesOf('MyButton', module) data: { buttonText: 'some text', }, - })), + })) .add('with text', () => ({ Component: MyButton,