Skip to content

Commit 9c19f09

Browse files
authored
Update PureInboxScreen name to InboxScreen
It looks like this changed at some point and this reference was not updated.
1 parent 6f0c8fb commit 9c19f09

File tree

1 file changed

+1
-1
lines changed
  • content/intro-to-storybook/svelte/en

1 file changed

+1
-1
lines changed

content/intro-to-storybook/svelte/en/screen.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ The play function helps us verify what happens to the UI when tasks are updated.
175175

176176
The `@storybook/addon-interactions` helps us visualize our tests in Storybook, providing a step-by-step flow. It also offers a handy set of UI controls to pause, resume, rewind, and step through each interaction.
177177

178-
Let's see it in action! Update your newly created `PureInboxScreen` story, and set up component interactions by adding the following:
178+
Let's see it in action! Update your newly created `InboxScreen` story, and set up component interactions by adding the following:
179179

180180
```diff:title=src/components/InboxScreen.stories.js
181181
import InboxScreen from './InboxScreen.svelte';

0 commit comments

Comments
 (0)