Fix grammar in index.md

This commit is contained in:
Doga Fincan 2019-06-07 06:27:23 +02:00 committed by Norbert de Langen
parent b9c5f4f9a0
commit 5d54d4ab41

View File

@ -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" />
));
```