Skip to content

Commit

Permalink
docs: minor grammar correction from "as document" to "as documented" (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeboone02 committed Jul 7, 2022
1 parent fe33f3d commit 312d3a9
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/MockFunctionAPI.md
Expand Up @@ -7,7 +7,7 @@ Mock functions are also known as "spies", because they let you spy on the behavi

:::info

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

```ts
import {jest} from '@jest/globals';
Expand Down
2 changes: 1 addition & 1 deletion docs/UpgradingToJest28.md
Expand Up @@ -191,7 +191,7 @@ Known examples of packages that fails in Jest 28 are [`uuid`](https://npmjs.com/

:::info

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

```ts
import {jest} from '@jest/globals';
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-28.0/MockFunctionAPI.md
Expand Up @@ -7,7 +7,7 @@ Mock functions are also known as "spies", because they let you spy on the behavi

:::info

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

```ts
import {jest} from '@jest/globals';
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-28.0/UpgradingToJest28.md
Expand Up @@ -191,7 +191,7 @@ Known examples of packages that fails in Jest 28 are [`uuid`](https://npmjs.com/

:::info

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

```ts
import {jest} from '@jest/globals';
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-28.1/MockFunctionAPI.md
Expand Up @@ -7,7 +7,7 @@ Mock functions are also known as "spies", because they let you spy on the behavi

:::info

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

```ts
import {jest} from '@jest/globals';
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-28.1/UpgradingToJest28.md
Expand Up @@ -191,7 +191,7 @@ Known examples of packages that fails in Jest 28 are [`uuid`](https://npmjs.com/

:::info

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

```ts
import {jest} from '@jest/globals';
Expand Down

0 comments on commit 312d3a9

Please sign in to comment.