diff --git a/docs/get-started/introduction.md b/docs/get-started/introduction.md index 98293c13ddeb..df7d0b2e5f28 100644 --- a/docs/get-started/introduction.md +++ b/docs/get-started/introduction.md @@ -15,7 +15,7 @@ Use Storybook to build small atomic components and complex pages in your web app ![Storybook relationship](./storybook-relationship.png) -Storybook helps you **document** components for reuse and automatically **visually test** your components to prevent bugs. Extend Storybook with an ecosystem of **addons** that help you do things like fine tune responsive layouts or verify accessibility. +Storybook helps you **document** components for reuse and automatically **visually test** your components to prevent bugs. Extend Storybook with an ecosystem of **addons** that help you do things like fine-tune responsive layouts or verify accessibility. Storybook integrates with most popular JavaScript UI frameworks and (experimentally) supports server-rendered component frameworks such as [Ruby on Rails](https://rubyonrails.org/).