Merge pull request #6006 from N1ck/theming-typo

Fix theming doc typo
This commit is contained in:
Michael Shilman 2019-03-11 07:43:04 +08:00 committed by GitHub
commit acb15553a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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';