From 1a1c569a89c143325db333fcd4a1d7eff288f66a Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Wed, 10 Oct 2018 23:42:54 +0200 Subject: [PATCH] chore: fix typos in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8aaa92a2b..ef623f94c 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ When using React context providers, like Redux Provider, you'll likely want to w ## `shallow` -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). +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). ```jsx import { shallow } from 'react-native-testing-library';