From b74d49ddf8a9675c98eadab88bba9a2e35d39b30 Mon Sep 17 00:00:00 2001 From: Evan Charlton Date: Fri, 9 Jul 2021 09:59:44 +0200 Subject: [PATCH] chore: Fix a typo Just a small misspelling: `serverely` -> `severely` --- docs/api/cli-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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` |
-💡 NOTE: The flag --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.
## build-storybook