Skip to content

Commit c0e557c

Browse files
Fix unclear sentence and misuse of word 'stand' (#278)
* Fix unclear sentence and misuse of word 'stand' This sentence was not very clear. Also, the word 'stand' was used, but I think the word 'understand' was what was intended. The sentence has been updated to convey what I think was the intended meaning. * Update docs/GettingStarted.md Co-authored-by: Michał Pierzchała <thymikee@gmail.com>
1 parent d8fd154 commit c0e557c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/GettingStarted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ You finally want to approach testing using only best practices, while Enzyme may
1313

1414
## This solution
1515

16-
The `react-native-testing-library` is a lightweight solution for testing your React Native components. It provides light utility functions on top of `react-test-renderer` letting you always be up to date with latest React features and write any component tests you like. But really not any, it prevents you from testing implementation details because we stand this is a very bad practice.
16+
The `react-native-testing-library` is a lightweight solution for testing your React Native components. It provides light utility functions on top of `react-test-renderer` letting you always be up to date with latest React features and write any component tests you like. It also prevents you from testing implementation details because we believe this is a very bad practice.
1717

1818
This library is a replacement for [Enzyme](http://airbnb.io/enzyme/).
1919

0 commit comments

Comments
 (0)