Skip to content

Commit

Permalink
docs: fix typo in snippet storybook-preview-configure-globaltypes.js.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
eins78 committed Jul 7, 2021
1 parent d139f75 commit 946b414
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
},
};
```
```

0 comments on commit 946b414

Please sign in to comment.