Skip to content

Commit

Permalink
docs: correct spelling of "latter" (#12896)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeboone02 committed Jun 2, 2022
1 parent 6277505 commit 93d41cf
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/SnapshotTesting.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ exports[`<UserName /> should render Alan Turing`] = `
`;
```

Since the later describes exactly what's expected in the output, it's more clear to see when it's wrong:
Since the latter describes exactly what's expected in the output, it's more clear to see when it's wrong:

```js
exports[`<UserName /> should render null`] = `
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-25.x/SnapshotTesting.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ exports[`<UserName /> should render Alan Turing`] = `
`;
```

Since the later describes exactly what's expected in the output, it's more clear to see when it's wrong:
Since the latter describes exactly what's expected in the output, it's more clear to see when it's wrong:

```js
exports[`<UserName /> should render null`] = `
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-26.x/SnapshotTesting.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ exports[`<UserName /> should render Alan Turing`] = `
`;
```

Since the later describes exactly what's expected in the output, it's more clear to see when it's wrong:
Since the latter describes exactly what's expected in the output, it's more clear to see when it's wrong:

```js
exports[`<UserName /> should render null`] = `
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-27.x/SnapshotTesting.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ exports[`<UserName /> should render Alan Turing`] = `
`;
```

Since the later describes exactly what's expected in the output, it's more clear to see when it's wrong:
Since the latter describes exactly what's expected in the output, it's more clear to see when it's wrong:

```js
exports[`<UserName /> should render null`] = `
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-28.0/SnapshotTesting.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ exports[`<UserName /> should render Alan Turing`] = `
`;
```

Since the later describes exactly what's expected in the output, it's more clear to see when it's wrong:
Since the latter describes exactly what's expected in the output, it's more clear to see when it's wrong:

```js
exports[`<UserName /> should render null`] = `
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-28.1/SnapshotTesting.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ exports[`<UserName /> should render Alan Turing`] = `
`;
```

Since the later describes exactly what's expected in the output, it's more clear to see when it's wrong:
Since the latter describes exactly what's expected in the output, it's more clear to see when it's wrong:

```js
exports[`<UserName /> should render null`] = `
Expand Down

0 comments on commit 93d41cf

Please sign in to comment.