From 16977f8b17f12e4dc6548459f1982d569385796e Mon Sep 17 00:00:00 2001 From: Jared Walters Date: Mon, 17 Aug 2020 11:18:54 -0700 Subject: [PATCH] fix: remove redundant 'also' --- docs/configure/sidebar-and-urls.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configure/sidebar-and-urls.md b/docs/configure/sidebar-and-urls.md index 35bf9db44b7..161ad961aa0 100644 --- a/docs/configure/sidebar-and-urls.md +++ b/docs/configure/sidebar-and-urls.md @@ -2,7 +2,7 @@ title: 'Sidebar & URLS' --- -Storybook’s sidebar lists all your stories grouped by component. When you have a lot of components you may wish to also group those components also. To do so, you can add the `/` separator to the `title` of your CSF file and Storybook will group the stories into groups based on common prefixes: +Storybook’s sidebar lists all your stories grouped by component. When you have a lot of components you may wish to also group those components. To do so, you can add the `/` separator to the `title` of your CSF file and Storybook will group the stories into groups based on common prefixes: ![Storybook sidebar anatomy](./sidebar-anatomy.jpg)