mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 08:01:20 +08:00
Fix grammar in index.md
This commit is contained in:
parent
b9c5f4f9a0
commit
5d54d4ab41
@ -198,7 +198,7 @@ import { storiesOf } from '@storybook/react';
|
||||
import imageFile from './static/image.png';
|
||||
|
||||
storiesOf('<img />', module)
|
||||
.add('with a image', () => (
|
||||
.add('with an image', () => (
|
||||
<img src={imageFile} alt="covfefe" />
|
||||
));
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user