From 962884cbbcf5e3b16528b95b7a6a5c6fb8bb2ceb Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Wed, 3 Mar 2021 15:20:58 -0500 Subject: [PATCH] Reword intro paragraph Signed-off-by: Adam Harvey --- docs/dls/contributing-to-storybook.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/dls/contributing-to-storybook.md b/docs/dls/contributing-to-storybook.md index 26efd30eda..fff9e51e18 100644 --- a/docs/dls/contributing-to-storybook.md +++ b/docs/dls/contributing-to-storybook.md @@ -4,8 +4,8 @@ title: Contributing to Storybook description: Documentation on How to Contribute to Storybook --- -Storybook is an open source tool to provide users a way to explore the Backstage -UI elements and how to use them in developing the Backstage core and its +The Backstage Storybook provides you a way to explore reusable Backstage User +Interface elements and how to use them in developing the Backstage core and its plugins. These UI elements are commonly called "components", and include things such as buttons, tables, specialized widgets with specific formatting, and so on.