diff --git a/packages/babel-plugin-syntax-typescript/src/index.js b/packages/babel-plugin-syntax-typescript/src/index.js index 5db350c2d4..c4c5eddaa2 100644 --- a/packages/babel-plugin-syntax-typescript/src/index.js +++ b/packages/babel-plugin-syntax-typescript/src/index.js @@ -27,7 +27,7 @@ export default declare((api, { isTSX }) => { // takes priority. removePlugin(plugins, "flow"); - // If the JSX syntax plugin already ran, remomove it because JSX handling + // If the JSX syntax plugin already ran, remove it because JSX handling // in TS depends on the extensions, and is purely dependent on 'isTSX'. removePlugin(plugins, "jsx");