Skip to content

Commit 76be221

Browse files
k4y4kgatsbybot
and
gatsbybot
authored
docs: fix a small typo (#29117)
Co-authored-by: gatsbybot <[email protected]>
1 parent 3a5a855 commit 76be221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/how-to/testing/testing-react-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ module.exports = {
3636

3737
## Usage
3838

39-
Let's create a little example test using the newly added library. If you haven't done already read the [unit testing guide](/docs/how-to/testing/unit-testing) — essentially you'll use `@testing-library/react` instead of `react-test-renderer` now. There are a lot of options when it comes to selectors, this example chooses `getByTestId` here. It also utilizes `toHaveTextContent` from `jest-dom`:
39+
Let's create a little example test using the newly added library. If you haven't done so already, read the [unit testing guide](/docs/how-to/testing/unit-testing) — essentially you'll use `@testing-library/react` instead of `react-test-renderer` now. There are a lot of options when it comes to selectors, this example chooses `getByTestId` here. It also utilizes `toHaveTextContent` from `jest-dom`:
4040

4141
```js
4242
import React from "react"

0 commit comments

Comments
 (0)