Update docs/src/pages/configurations/composition/index.md

Co-authored-by: Michael Shilman <shilman@users.noreply.github.com>
This commit is contained in:
Norbert de Langen 2020-05-13 10:48:32 +02:00 committed by GitHub
parent 0ffe74f72b
commit 20cc336c6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`.
You can remove stories by returning `undefined`.