Skip to content

Commit 312d3a9

Browse files
authoredJul 7, 2022
docs: minor grammar correction from "as document" to "as documented" (#12995)
1 parent fe33f3d commit 312d3a9

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed
 

‎docs/MockFunctionAPI.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Mock functions are also known as "spies", because they let you spy on the behavi
77

88
:::info
99

10-
The TypeScript examples from this page will only work as document if you import `jest` from `'@jest/globals'`:
10+
The TypeScript examples from this page will only work as documented if you import `jest` from `'@jest/globals'`:
1111

1212
```ts
1313
import {jest} from '@jest/globals';

‎docs/UpgradingToJest28.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ Known examples of packages that fails in Jest 28 are [`uuid`](https://npmjs.com/
191191

192192
:::info
193193

194-
The TypeScript examples from this page will only work as document if you import `jest` from `'@jest/globals'`:
194+
The TypeScript examples from this page will only work as documented if you import `jest` from `'@jest/globals'`:
195195

196196
```ts
197197
import {jest} from '@jest/globals';

‎website/versioned_docs/version-28.0/MockFunctionAPI.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Mock functions are also known as "spies", because they let you spy on the behavi
77

88
:::info
99

10-
The TypeScript examples from this page will only work as document if you import `jest` from `'@jest/globals'`:
10+
The TypeScript examples from this page will only work as documented if you import `jest` from `'@jest/globals'`:
1111

1212
```ts
1313
import {jest} from '@jest/globals';

‎website/versioned_docs/version-28.0/UpgradingToJest28.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ Known examples of packages that fails in Jest 28 are [`uuid`](https://npmjs.com/
191191

192192
:::info
193193

194-
The TypeScript examples from this page will only work as document if you import `jest` from `'@jest/globals'`:
194+
The TypeScript examples from this page will only work as documented if you import `jest` from `'@jest/globals'`:
195195

196196
```ts
197197
import {jest} from '@jest/globals';

‎website/versioned_docs/version-28.1/MockFunctionAPI.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Mock functions are also known as "spies", because they let you spy on the behavi
77

88
:::info
99

10-
The TypeScript examples from this page will only work as document if you import `jest` from `'@jest/globals'`:
10+
The TypeScript examples from this page will only work as documented if you import `jest` from `'@jest/globals'`:
1111

1212
```ts
1313
import {jest} from '@jest/globals';

‎website/versioned_docs/version-28.1/UpgradingToJest28.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ Known examples of packages that fails in Jest 28 are [`uuid`](https://npmjs.com/
191191

192192
:::info
193193

194-
The TypeScript examples from this page will only work as document if you import `jest` from `'@jest/globals'`:
194+
The TypeScript examples from this page will only work as documented if you import `jest` from `'@jest/globals'`:
195195

196196
```ts
197197
import {jest} from '@jest/globals';

0 commit comments

Comments
 (0)
Please sign in to comment.