diff --git a/docs/src/pages/configurations/theming/index.md b/docs/src/pages/configurations/theming/index.md index 4fc8d9c9c18..7acf291deba 100644 --- a/docs/src/pages/configurations/theming/index.md +++ b/docs/src/pages/configurations/theming/index.md @@ -106,7 +106,7 @@ addParameters({ }); ``` -Many them variables are optional, the `base` property is NOT. This is a perfectly valid theme: +Many theme variables are optional, the `base` property is NOT. This is a perfectly valid theme: ```ts import { create } from '@storybook/theming';