Fix typo compponent to component (#8576)

Fix typo compponent to component
This commit is contained in:
Michael Shilman 2019-10-26 20:06:26 +08:00 committed by Michael Shilman
parent 36204df18e
commit 06e41acde9

View File

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