Skip to content

Commit daf9c60

Browse files
MatanBobieps1lon
andauthored
fix typo
Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com>
1 parent 68bacc8 commit daf9c60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/react-testing-library/intro.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ APIs for working with React components.
1010
## Installation
1111

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

1515
```bash npm2yarn
1616
npm install --save-dev @testing-library/react @testing-library/dom

0 commit comments

Comments
 (0)