From be6df92f8b5dfb9283a0a32c83fa6266047f17a3 Mon Sep 17 00:00:00 2001 From: Matej Jellus Date: Wed, 20 Nov 2019 17:37:04 +0100 Subject: [PATCH] Fix typo in JestPlatform.md (#9212) Closes #9122 --- docs/JestPlatform.md | 2 +- website/versioned_docs/version-22.x/JestPlatform.md | 2 +- website/versioned_docs/version-24.0/JestPlatform.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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