Skip to content

Commit 4d0e448

Browse files
Spelling mistake
1 parent 175b9b9 commit 4d0e448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/Migration20.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Node 8 reached its EOL more than 5 months ago, so it's about time to target the
1515

1616
You should be able to safely remove all `afterEach(cleanup)` calls in your code.
1717

18-
This change might break your code, if you tests are not isolated, i.e. you call `render` outside `test` block. Generally, you should [keep your tests isolated](https://kentcdodds.com/blog/test-isolation-with-react), but if you can't or don't want to do this right away you can prevent this behavior using any of the foloowing ways:
18+
This change might break your code, if you tests are not isolated, i.e. you call `render` outside `test` block. Generally, you should [keep your tests isolated](https://kentcdodds.com/blog/test-isolation-with-react), but if you can't or don't want to do this right away you can prevent this behavior using any of the following ways:
1919

2020
1. by importing `'react-native-testing-library/pure'` instead of `'react-native-testing-library'`
2121

0 commit comments

Comments
 (0)