Skip to content

Commit

Permalink
Merge pull request #29102 from kazuyainoue0124/patch-1
Browse files Browse the repository at this point in the history
Docs: Fix typo in Addon themes API documentation
  • Loading branch information
jonniebigodes authored Sep 23, 2024
2 parents b23e84a + 9414c0d commit 48980f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/addons/themes/docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export const myCustomDecorator = ({ themes, defaultState, ...rest }) => {
Let's use Vuetify as an example. Vuetify uses it's own global state to know which theme to render. To build a custom decorator to accommodate this method we'll need to do the following

```js
// .storybook/withVeutifyTheme.decorator.js
// .storybook/withVuetifyTheme.decorator.js
import { DecoratorHelpers } from '@storybook/addon-themes';
import { useTheme } from 'vuetify';

Expand Down

0 comments on commit 48980f6

Please sign in to comment.