diff --git a/docs/JestPlatform.md b/docs/JestPlatform.md index bc13e98e542b..31f89f6eb6f2 100644 --- a/docs/JestPlatform.md +++ b/docs/JestPlatform.md @@ -119,7 +119,7 @@ You can read more about `jest-validate` in the [readme file](https://github.com/ ## jest-worker -Module used for parallelization of tasks. Exports a class `Worker` that takes the path of Node.js module and lets you call the module's exported methods as if they where class methods, returning a promise that resolves when the specified method finishes its execution in a forked process. +Module used for parallelization of tasks. Exports a class `Worker` that takes the path of Node.js module and lets you call the module's exported methods as if they were class methods, returning a promise that resolves when the specified method finishes its execution in a forked process. ### Example diff --git a/website/versioned_docs/version-22.x/JestPlatform.md b/website/versioned_docs/version-22.x/JestPlatform.md index f677e900e5f7..383de1889b97 100644 --- a/website/versioned_docs/version-22.x/JestPlatform.md +++ b/website/versioned_docs/version-22.x/JestPlatform.md @@ -120,7 +120,7 @@ You can read more about `jest-validate` in the [readme file](https://github.com/ ## jest-worker -Module used for parallelization of tasks. Exports a class `Worker` that takes the path of Node.js module and lets you call the module's exported methods as if they where class methods, returning a promise that resolves when the specified method finishes its execution in a forked process. +Module used for parallelization of tasks. Exports a class `Worker` that takes the path of Node.js module and lets you call the module's exported methods as if they were class methods, returning a promise that resolves when the specified method finishes its execution in a forked process. ### Example diff --git a/website/versioned_docs/version-24.0/JestPlatform.md b/website/versioned_docs/version-24.0/JestPlatform.md index 978420ae5894..5fd0a3308a59 100644 --- a/website/versioned_docs/version-24.0/JestPlatform.md +++ b/website/versioned_docs/version-24.0/JestPlatform.md @@ -120,7 +120,7 @@ You can read more about `jest-validate` in the [readme file](https://github.com/ ## jest-worker -Module used for parallelization of tasks. Exports a class `Worker` that takes the path of Node.js module and lets you call the module's exported methods as if they where class methods, returning a promise that resolves when the specified method finishes its execution in a forked process. +Module used for parallelization of tasks. Exports a class `Worker` that takes the path of Node.js module and lets you call the module's exported methods as if they were class methods, returning a promise that resolves when the specified method finishes its execution in a forked process. ### Example