diff --git a/docs/snippets/common/storybook-addon-toolbar-example.js.mdx b/docs/snippets/common/storybook-addon-toolbar-example.js.mdx index 2371227cc62..520a330722f 100644 --- a/docs/snippets/common/storybook-addon-toolbar-example.js.mdx +++ b/docs/snippets/common/storybook-addon-toolbar-example.js.mdx @@ -7,7 +7,7 @@ import { Icons, IconButton } from '@storybook/components'; addons.register("my/toolbar", () => { addons.add("my-toolbar-addon/toolbar", { - title: "Example Storybook toolbar" + title: "Example Storybook toolbar", //👇 Sets the type of UI element in Storybook type: types.TOOL, //👇 Shows the Toolbar UI element if either the Canvas or Docs tab is active