Merge pull request #13680 from semihraifgurel/next

documentation fixed typo
This commit is contained in:
Michael Shilman 2021-02-21 23:49:41 +08:00 committed by GitHub
commit 5eda3dcf38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,9 +2,9 @@
// .storybook/manager.js
import { addons } from '@storybook/addons';
import yourTheme from './yourTheme';
import yourTheme from './YourTheme';
addons.setConfig({
theme: yourTheme,
});
```
```