mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 21:51:17 +08:00
Fix typo compponent to component (#8576)
Fix typo compponent to component
This commit is contained in:
parent
36204df18e
commit
06e41acde9
@ -4,7 +4,7 @@ import prettier from 'prettier';
|
||||
import { sanitizeName } from '../lib/utils';
|
||||
|
||||
/**
|
||||
* Convert a compponent's MDX file into module story format
|
||||
* Convert a component's MDX file into module story format
|
||||
*/
|
||||
export default function transformer(file, api) {
|
||||
const j = api.jscodeshift;
|
||||
|
Loading…
x
Reference in New Issue
Block a user