[Docs] Vue guide typo

The example shows 3 stories but the text refers to just 2 stories which might be a bit confusing for newcomers.
This commit is contained in:
Vinicius Kiatkoski Neves 2019-03-13 17:52:05 +01:00 committed by GitHub
parent 3375ce0429
commit 08d349e68e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -140,7 +140,7 @@ storiesOf('Button', module)
}));
```
Each story is a single state of your component. In the above case, there are two stories for the demo button component:
Each story is a single state of your component. In the above case, there are three stories for the demo button component:
```plaintext
Button