mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 08:01:20 +08:00
docs: fix typo in snippet storybook-preview-configure-globaltypes.js.mdx
This commit is contained in:
parent
d139f758d4
commit
946b4145fc
@ -11,8 +11,8 @@ export const globalTypes = {
|
||||
// Array of plain string values or MenuItem shape (see below)
|
||||
items: ['light', 'dark'],
|
||||
// Property that specifies if the name of the item will be displayed
|
||||
showName: True,
|
||||
showName: true,
|
||||
},
|
||||
},
|
||||
};
|
||||
```
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user