Fixed Spelling Error

This commit is contained in:
Matt Shull 2018-01-20 21:55:20 -06:00 committed by GitHub
parent abd4f0ef69
commit 172d6279b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,7 +86,7 @@ function loadStories() {
configure(loadStories, module);
```
This example registered your custom `Button.vue` component, installed the Vuex plugin, and loaded you Storybook stories defined in `../stories/index.js`.
This example registered your custom `Button.vue` component, installed the Vuex plugin, and loaded your Storybook stories defined in `../stories/index.js`.
All custom components and Vue plugins should be registered before calling `configure()`.