Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
JReinhold committed Nov 29, 2022
1 parent 3d43fae commit 942e339
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/renderers/svelte/src/decorators.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function prepareStory(
}

if (innerStory) {
// render a SlotDecorator with innerStory as it's regular component,
// render a SlotDecorator with innerStory as its regular component,
// and the prepared story as the decorating component
return {
Component: SlotDecorator,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Meta, Story, Canvas } from '@storybook/addon-docs';
import ButtonView from './views/ButtonView.svelte';
import BorderDecoratorRed from './views/BorderDecoratorRed.svelte';

<Meta title="stories/renderers/svelte/svelte-mdx" decorators />
<Meta title="stories/renderers/svelte/svelte-mdx" />

# Svelte-specific MDX stories

Expand Down

0 comments on commit 942e339

Please sign in to comment.