diff --git a/docs/src/pages/configurations/composition/index.md b/docs/src/pages/configurations/composition/index.md index 1c945b5305b..ff11fdc653c 100644 --- a/docs/src/pages/configurations/composition/index.md +++ b/docs/src/pages/configurations/composition/index.md @@ -13,7 +13,7 @@ Storybook composition is a feature that allows you to compose multiple storybook ## Composing a storybook -To compose another storybook into your, all you need is the URL of storybook. +To compose another storybook into yours, all you need is the URL of storybook. Here's how you do it: @@ -103,4 +103,4 @@ addons.setConfig({ }); ``` -You can remove stories by returning `undefined`. \ No newline at end of file +You can remove stories by returning `undefined`.