diff --git a/docs/src/pages/basics/introduction/index.md b/docs/src/pages/basics/introduction/index.md index 8d2357c66af4..81501a9139da 100644 --- a/docs/src/pages/basics/introduction/index.md +++ b/docs/src/pages/basics/introduction/index.md @@ -4,7 +4,7 @@ title: 'Introduction' --- Storybook is a user interface development environment and playground for UI components. -The tool enables users to create components independently and showcase components interactively in an isolated development environment. +The tool enables developers to create components independently and showcase components interactively in an isolated development environment. Storybook runs outside of the main app so users can develop UI components in isolation without worrying about app specific dependencies and requirements.