diff --git a/docs/api/cli-options.md b/docs/api/cli-options.md index 5b6a3b45c439..003e7013c824 100644 --- a/docs/api/cli-options.md +++ b/docs/api/cli-options.md @@ -34,7 +34,7 @@ Usage: start-storybook [options] | --no-manager-cache | Disables Storybook's manager caching mechanism. See note below. | `start-storybook --no-manager-cache` |
--no-manager-cache
disables the internal caching of Storybook and can serverely impact your Storybook loading time, so only use it when you need to refresh Storybook's UI, such as when editing themes.
+💡 NOTE: The flag --no-manager-cache
disables the internal caching of Storybook and can severely impact your Storybook loading time, so only use it when you need to refresh Storybook's UI, such as when editing themes.