From 41383971d67a243ece595d78815f33f56a948546 Mon Sep 17 00:00:00 2001 From: N1ck Date: Mon, 11 Mar 2019 10:33:10 +1300 Subject: [PATCH] Fix minor typo --- docs/src/pages/configurations/theming/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';