Skip to content

Commit

Permalink
Fix typo in preact snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
jonniebigodes committed Mar 17, 2022
1 parent f096fb3 commit d98a6b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/snippets/preact/button-story-with-args.js.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { Button } from './Button';

export default {
/* 👇 The title prop is optional.
* See https://storybook.js.org/docsreact/configure/overview#configure-story-loading
* See https://storybook.js.org/docs/preact/configure/overview#configure-story-loading
* to learn how to generate automatic titles
*/
title: 'Button',
Expand Down
2 changes: 1 addition & 1 deletion docs/snippets/preact/your-component.js.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { YourComponent } from './YourComponent';
//👇 This default export determines where your story goes in the story list
export default {
/* 👇 The title prop is optional.
* See https://storybook.js.org/docsreact/configure/overview#configure-story-loading
* See https://storybook.js.org/docs/preact/configure/overview#configure-story-loading
* to learn how to generate automatic titles
*/
title: 'YourComponent',
Expand Down

0 comments on commit d98a6b4

Please sign in to comment.