Skip to content

Commit f1deacc

Browse files
authored
docs: correct grammar (#13194)
1 parent 835a936 commit f1deacc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Code that is written needs to be tested to ensure that it achieves the desired b
108108

109109
##### Unit tests
110110

111-
Some of the packages within jest have a `__tests__` directory. This is where unit tests reside in. If the scope of your work only requires a unit test, this is where you will write it in. Tests here usually don't require much if any setup.
111+
Some of the packages within jest have a `__tests__` directory. This is where unit tests reside in. If the scope of your work only requires a unit test, this is where you will write it in. Tests here usually don't require much of any setup.
112112

113113
##### Integration tests
114114

docs/GettingStarted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ npm install --save-dev ts-jest
156156

157157
#### Type definitions
158158

159-
There are two ways have [Jest global APIs](GlobalAPI.md) typed for test files written in TypeScript.
159+
There are two ways to have [Jest global APIs](GlobalAPI.md) typed for test files written in TypeScript.
160160

161161
You can use type definitions which ships with Jest and will update each time you update Jest. Simply import the APIs from `@jest/globals` package:
162162

website/versioned_docs/version-29.0/GettingStarted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ npm install --save-dev ts-jest
156156

157157
#### Type definitions
158158

159-
There are two ways have [Jest global APIs](GlobalAPI.md) typed for test files written in TypeScript.
159+
There are two ways to have [Jest global APIs](GlobalAPI.md) typed for test files written in TypeScript.
160160

161161
You can use type definitions which ships with Jest and will update each time you update Jest. Simply import the APIs from `@jest/globals` package:
162162

0 commit comments

Comments
 (0)