Fix typo in comment

This commit is contained in:
Daniel Tschinder 2019-02-06 15:12:17 -08:00
parent 738060ebfa
commit 81123fb972

View File

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