docs: fix typo in snippet storybook-preview-configure-globaltypes.js.mdx

This commit is contained in:
Max Albrecht 2021-07-07 10:29:13 +02:00 committed by GitHub
parent d139f758d4
commit 946b4145fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,
},
},
};
```
```