Skip to content

Commit

Permalink
Merge pull request #30560 from Masstronaut/patch-1
Browse files Browse the repository at this point in the history
Docs: Fix incorrect context usage in Svelte example
  • Loading branch information
jonniebigodes authored Feb 18, 2025
2 parents a19cd82 + dca3292 commit 59a329f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_snippets/svelte-csf-story-migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
```

```svelte filename="MyComponent.stories.svelte" renderer="svelte" language="ts" tabTitle="After"
<script context>
<script module>
import { defineMeta } from '@storybook/addon-svelte-csf';
import MyComponent from './MyComponent.svelte';
Expand Down

0 comments on commit 59a329f

Please sign in to comment.