From 96c9ddfeef9ce1a591811463b496a1944e1ca1ac Mon Sep 17 00:00:00 2001 From: Yongwoo Jung Date: Wed, 7 Feb 2024 21:37:16 +0900 Subject: [PATCH] docs(viewport.md): fix library name typos --- docs/essentials/viewport.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/essentials/viewport.md b/docs/essentials/viewport.md index a5aa4082a6f9..d58b033ea101 100644 --- a/docs/essentials/viewport.md +++ b/docs/essentials/viewport.md @@ -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`