From 946b4145fc618ac260165ede13e6f67e16a059be Mon Sep 17 00:00:00 2001 From: Max Albrecht Date: Wed, 7 Jul 2021 10:29:13 +0200 Subject: [PATCH] docs: fix typo in snippet storybook-preview-configure-globaltypes.js.mdx --- .../common/storybook-preview-configure-globaltypes.js.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/snippets/common/storybook-preview-configure-globaltypes.js.mdx b/docs/snippets/common/storybook-preview-configure-globaltypes.js.mdx index 42e775d4df3a..fb0cd405ac72 100644 --- a/docs/snippets/common/storybook-preview-configure-globaltypes.js.mdx +++ b/docs/snippets/common/storybook-preview-configure-globaltypes.js.mdx @@ -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, }, }, }; -``` \ No newline at end of file +```