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 ```