mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 23:11:23 +08:00
Merge pull request #17736 from storybookjs/fix_preact_snippets
Chore: (Docs) Fix typo in preact snippets
This commit is contained in:
commit
d13836338e
@ -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',
|
||||
|
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user