Merge pull request #12502 from larbisahli/patch-1

fixing grammar mistake your-component.js.mdx
This commit is contained in:
jonniebigodes 2020-09-21 17:37:36 +01:00 committed by GitHub
commit 4258f9981d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
import React from 'react';
import { YourComponent } from './YourComponent';
// This default export determines where you story goes in the story list
// This default export determines where your story goes in the story list
export default {
title: 'YourComponent',
component: YourComponent,