From cbd90921f28be5deb7d2d1bf4b89d708d8e7778a Mon Sep 17 00:00:00 2001 From: Michael Shilman Date: Wed, 30 Jun 2021 15:26:11 +0800 Subject: [PATCH] Merge pull request #15361 from huyenltnguyen/docs/typo docs: fix a minor typo --- docs/addons/addon-types.md | 2 +- docs/essentials/toolbars-and-globals.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/addons/addon-types.md b/docs/addons/addon-types.md index ccf5d774bb7..e7bf0a79901 100644 --- a/docs/addons/addon-types.md +++ b/docs/addons/addon-types.md @@ -47,7 +47,7 @@ Use this boilerplate code to add a new `button` to Storybook's Toolbar:
-The icon element used in the example loads the icons from the @storybook/components package. See [here](../workflows/faq.md#what-icons-are-available-for-my-toolbar-or-my-addon) the list of available icons that you can use. +The icon element used in the example loads the icons from the @storybook/components package. See [here](../workflows/faq.md#what-icons-are-available-for-my-toolbar-or-my-addon) for the list of available icons that you can use.
diff --git a/docs/essentials/toolbars-and-globals.md b/docs/essentials/toolbars-and-globals.md index dddd979fe3a..04cb76024e2 100644 --- a/docs/essentials/toolbars-and-globals.md +++ b/docs/essentials/toolbars-and-globals.md @@ -68,7 +68,7 @@ In your [`.storybook/preview.js`](../configure/overview.md#configure-story-rende
-The icon element used in the examples loads the icons from the @storybook/components package. See [here](../workflows/faq.md#what-icons-are-available-for-my-toolbar-or-my-addon) the list of available icons that you can use. +The icon element used in the examples loads the icons from the @storybook/components package. See [here](../workflows/faq.md#what-icons-are-available-for-my-toolbar-or-my-addon) for the list of available icons that you can use.