mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-09 00:19:13 +08:00
[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:
parent
3375ce0429
commit
08d349e68e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user