From 6298d6909c8d4e39fccd0fccd97d3cf0e56ac458 Mon Sep 17 00:00:00 2001 From: Matthew Tilley Date: Fri, 18 Aug 2023 10:59:14 +0200 Subject: [PATCH 1/2] Update GettingStarted.md Spelling error addtional -> additional --- website/docs/GettingStarted.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/GettingStarted.md b/website/docs/GettingStarted.md index 43fd9dd88..2f475bba8 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` From 24b47fe44ffcebff93a206f88cea496df51e01e9 Mon Sep 17 00:00:00 2001 From: Maciej Jastrzebski Date: Sat, 19 Aug 2023 08:53:26 +0200 Subject: [PATCH 2/2] Update GettingStarted.md --- website/docs/GettingStarted.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/GettingStarted.md b/website/docs/GettingStarted.md index 2f475bba8..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 additional 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`