From d534eaa9bffde0e18e861abbe7e6bae32ca79cea Mon Sep 17 00:00:00 2001 From: Kyle Gach Date: Wed, 13 Mar 2024 11:06:26 -0600 Subject: [PATCH] Prose improvements --- docs/get-started/index.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/get-started/index.md b/docs/get-started/index.md index acc5ecd68a2d..a2b68ed07bf8 100644 --- a/docs/get-started/index.md +++ b/docs/get-started/index.md @@ -11,7 +11,7 @@ export const RightArrow = () => ( -Welcome to Storybook's documentation ✦ Learn how to get started with Storybook in your project. Then explore the main concepts and additional resources to help you grow and maintain your Storybook. +Welcome to Storybook's documentation ✦ Learn how to get started with Storybook in your project. Then, explore Storybook's main concepts and discover additional resources to help you grow and maintain your Storybook. ## What is Storybook? @@ -108,7 +108,7 @@ Storybook is a standalone tool that runs alongside your app. It's a zero-config -Want to know more about the installation process? Check out the [installation guide](./install.md). +Want to know more about installing Storybook? Check out the [installation guide](./install.md). ## Main concepts @@ -118,28 +118,28 @@ Storybook is a powerful tool that can help you with many aspects of your UI deve

Stories

-

A story captures the rendered state of a UI component. Each component can have multiple stories which describe all the "interesting" states that component supports.

+

A story captures the rendered state of a UI component. Each component can have multiple stories, where each story describes a different component state.

Docs

-

Storybook automatically creates documentation for your components using your stories. That allows you to create UI library usage guidelines, design system sites, and more.

+

Storybook can analyze your components to automatically create documentation alongside your stories. This automatic documentation makes it easier for you to create UI library usage guidelines, design system sites, and more.

Testing

-

Stories are a pragmatic starting point for your UI testing strategy. You already write stories as a natural part of UI development, testing those stories is a low-effort way to prevent UI bugs over time.

+

Stories are a pragmatic starting point for your UI testing strategy. You already write stories as a natural part of UI development, so testing those stories is a low-effort way to prevent UI bugs over time.

Sharing

-

Publishing your Storybook allows you to share your work with others. It can also be embedded in other places like Notion or Figma.

+

Publishing your Storybook allows you to share your work with others. You can also embed your stories in places like Notion or Figma.

## Additional resources -Once you've got the basics down, you can explore these other ways to get the most out of Storybook. +Once you've learned the basics, explore these other ways to get the most out of Storybook.