Skip to content

Commit

Permalink
Merge pull request #25940 from stegano/patch-1
Browse files Browse the repository at this point in the history
Docs: Viewport fix library name typos
  • Loading branch information
jonniebigodes authored Feb 7, 2024
2 parents 0dda3e2 + 1a01ab9 commit 5da92c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/essentials/viewport.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ Specify the available viewports. The key is used to reference the viewport and t
This addon contributes the following exports to Storybook:

```js
import { INITIAL_VIEWPORTS, MINIMAL_VIEWPORTS } from '@storybook/addon-viewports';
import { INITIAL_VIEWPORTS, MINIMAL_VIEWPORTS } from '@storybook/addon-viewport';
```

#### `INITIAL_VIEWPORTS`
Expand Down

0 comments on commit 5da92c0

Please sign in to comment.