Skip to content

Commit

Permalink
Fix typo compponent to component (#8576)
Browse files Browse the repository at this point in the history
Fix typo compponent to component
  • Loading branch information
shilman committed Nov 30, 2019
1 parent 36204df commit 06e41ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/codemod/src/transforms/mdx-to-csf.js
Expand Up @@ -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;
Expand Down

0 comments on commit 06e41ac

Please sign in to comment.