From 4790dea8ad9cb12bd627df5af1dc4458c1f7c55d Mon Sep 17 00:00:00 2001 From: Nathaniel Blackburn Date: Fri, 19 Jan 2018 17:15:44 +0000 Subject: [PATCH] Fixed typo --- addons/storyshots/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/storyshots/README.md b/addons/storyshots/README.md index bafc8798f7ea..b22152199bfd 100644 --- a/addons/storyshots/README.md +++ b/addons/storyshots/README.md @@ -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