Fix typo in comment
This commit is contained in:
parent
738060ebfa
commit
81123fb972
@ -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");
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user