Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6097c8f

Browse files
SimenBthymikee
authored andcommittedOct 10, 2018
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
 

‎README.md

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.