From d4f0290da39a9315e9b66f0772b1abeb80c64d9b Mon Sep 17 00:00:00 2001 From: Matej Jellus Date: Wed, 20 Nov 2019 14:51:07 +0100 Subject: [PATCH 1/3] Update JestPlatform.md --- docs/JestPlatform.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 7e2d1d50311962dae157fb533b945cc97ec80808 Mon Sep 17 00:00:00 2001 From: Matej Jellus Date: Wed, 20 Nov 2019 14:52:18 +0100 Subject: [PATCH 2/3] Update JestPlatform.md --- website/versioned_docs/version-22.x/JestPlatform.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From fecce8c195f24499bc69dbdb2b86169937af9249 Mon Sep 17 00:00:00 2001 From: Matej Jellus Date: Wed, 20 Nov 2019 14:52:51 +0100 Subject: [PATCH 3/3] Update JestPlatform.md --- website/versioned_docs/version-24.0/JestPlatform.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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