Skip to content

Commit

Permalink
Merge pull request #12551 from saikumar221/patch-1
Browse files Browse the repository at this point in the history
Comment Update in your-component.ts.mdx
  • Loading branch information
jonniebigodes committed Sep 23, 2020
2 parents 2451125 + 56b0339 commit b385fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/snippets/react/your-component.ts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b385fc5

Please sign in to comment.