diff --git a/src/transformer.js b/src/transformer.js index 25a40e1..c44e15d 100644 --- a/src/transformer.js +++ b/src/transformer.js @@ -32,7 +32,7 @@ const processAsync = async (source, filename, jestOptions) => { } /** - * Starts a new process, so is higher overhead than processAsync. + * Starts a new process, so it has a higher overhead than processAsync. * However, Jest calls this method in CJS mode. */ const processSync = (source, filename, jestOptions) => {