Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: correct grammar #13194

Merged
merged 2 commits into from Aug 31, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -108,7 +108,7 @@ Code that is written needs to be tested to ensure that it achieves the desired b

##### Unit tests

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.
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.

##### Integration tests

Expand Down
2 changes: 1 addition & 1 deletion docs/GettingStarted.md
Expand Up @@ -156,7 +156,7 @@ npm install --save-dev ts-jest

#### Type definitions

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

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:

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-29.0/GettingStarted.md
Expand Up @@ -156,7 +156,7 @@ npm install --save-dev ts-jest

#### Type definitions

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

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:

Expand Down