diff --git a/website/docs/GettingStarted.md b/website/docs/GettingStarted.md index 43fd9dd88..7ee75b529 100644 --- a/website/docs/GettingStarted.md +++ b/website/docs/GettingStarted.md @@ -41,7 +41,7 @@ In order to properly use helpers for async tests (`findBy` queries and `waitFor` ### Additional Jest matchers -In order to use addtional React Native-specific jest matchers from [@testing-library/jest-native](https://github.com/testing-library/jest-native) package add it to your project: +In order to use additional React Native-specific Jest matchers from [@testing-library/jest-native](https://github.com/testing-library/jest-native) package add it to your project: #### Using `yarn`