mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 08:01:20 +08:00
Merge pull request #12502 from larbisahli/patch-1
fixing grammar mistake your-component.js.mdx
This commit is contained in:
commit
4258f9981d
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user