Fixed typo

This commit is contained in:
Nathaniel Blackburn 2018-01-19 17:15:44 +00:00 committed by GitHub
parent 2da1faf419
commit 4790dea8ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,7 +70,7 @@ module.exports = {
```
### Configure Jest for Vue
StoryShots addon for Vue is dependent on [jest-vue-preprocessor](https://github.com/vire/jest-vue-preprocessor), but
[doesn't](#deps-issue) install it, so you need yo install it separately.
[doesn't](#deps-issue) install it, so you need to install it separately.
```sh
npm install --save-dev jest-vue-preprocessor