Skip to content
Prev Previous commit
Next Next commit
fix typo
Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com>
  • Loading branch information
MatanBobi and eps1lon authored Apr 26, 2024
commit daf9c6082845a5e38a3f53f255faa82c5933486f
2 changes: 1 addition & 1 deletion docs/react-testing-library/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ APIs for working with React components.
## Installation

To get started with `React Testing Library`, you'll need to install it together
with it's peerDependency `@testing-library/dom`:
with its peerDependency `@testing-library/dom`:

```bash npm2yarn
npm install --save-dev @testing-library/react @testing-library/dom
Expand Down