Skip to content

Commit

Permalink
fix: add missing words to comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianrothe committed Jul 23, 2023
1 parent 6abfb88 commit 801162e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transformer.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down

0 comments on commit 801162e

Please sign in to comment.