From ae815318b7b92a850e207dc90330e09f0ca7a459 Mon Sep 17 00:00:00 2001 From: Mohamed Ismat Date: Tue, 12 Mar 2019 19:13:25 +0200 Subject: [PATCH] grammar --- 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 00e86239f32..84c1be75b97 100644 --- a/docs/src/pages/configurations/theming/index.md +++ b/docs/src/pages/configurations/theming/index.md @@ -46,7 +46,7 @@ addParameters({ ## Create a theme quickstart -The `storybook/theming` is build using TypeScript, so this should help create a valid theme for typescript users. The types are part of the package itself. +The `storybook/theming` is built using TypeScript, so this should help create a valid theme for typescript users. The types are part of the package itself. The easiest way to customize Storybook to generate a new theme using `create()`. This function includes shorthands for the most common theme variables. Here's how to use it.