Skip to content

Commit 6097c8f

Browse files
SimenBthymikee
authored andcommitted
chore: fix typos in readme (#22)
1 parent 9afa73a commit 6097c8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ When using React context providers, like Redux Provider, you'll likely want to w
138138

139139
## `shallow`
140140

141-
Shallowly render given React copmonent. Since it doesn't return helpers to query the output, it's mostly adviced to used for snapshot testing (short snapshots are best for code reviewers).
141+
Shallowly render given React component. Since it doesn't return helpers to query the output, it's mostly advised to used for snapshot testing (short snapshots are best for code reviewers).
142142

143143
```jsx
144144
import { shallow } from 'react-native-testing-library';

0 commit comments

Comments
 (0)