We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68bacc8 commit daf9c60Copy full SHA for daf9c60
docs/react-testing-library/intro.mdx
@@ -10,7 +10,7 @@ APIs for working with React components.
10
## Installation
11
12
To get started with `React Testing Library`, you'll need to install it together
13
-with it's peerDependency `@testing-library/dom`:
+with its peerDependency `@testing-library/dom`:
14
15
```bash npm2yarn
16
npm install --save-dev @testing-library/react @testing-library/dom
0 commit comments