Skip to content

Commit be6df92

Browse files
juffalowSimenB
authored andcommitted
Fix typo in JestPlatform.md (#9212)
Closes #9122
1 parent 7df4cda commit be6df92

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/JestPlatform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ You can read more about `jest-validate` in the [readme file](https://github.com/
119119

120120
## jest-worker
121121

122-
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.
122+
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.
123123

124124
### Example
125125

website/versioned_docs/version-22.x/JestPlatform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ You can read more about `jest-validate` in the [readme file](https://github.com/
120120

121121
## jest-worker
122122

123-
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.
123+
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.
124124

125125
### Example
126126

website/versioned_docs/version-24.0/JestPlatform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ You can read more about `jest-validate` in the [readme file](https://github.com/
120120

121121
## jest-worker
122122

123-
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.
123+
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.
124124

125125
### Example
126126

0 commit comments

Comments
 (0)