From 19b36b02fa8602172aedfaa6bc772dd6fcd24276 Mon Sep 17 00:00:00 2001 From: David Marcu Date: Thu, 12 Mar 2020 22:00:07 +0200 Subject: [PATCH] chore(steps): fix steps storybook event examples (#637) --- packages/steps/stories/index.stories.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/steps/stories/index.stories.mdx b/packages/steps/stories/index.stories.mdx index 301f49d55..c6aeb139c 100644 --- a/packages/steps/stories/index.stories.mdx +++ b/packages/steps/stories/index.stories.mdx @@ -118,7 +118,7 @@ If you have an intermediate step loading data via AJAX request and then automati If you need to be notified when transition between steps happens use `transition` event providing steps data: ```html - + Step 1 Step 2 Step 3 @@ -140,9 +140,9 @@ For notifications about specific step status change you can use individual event ```html - Step 1 - Step 2 - Step 3 + Step 1 + Step 2 + Step 3 ```