From 11f74c96c99d860efb6b7bf9672c0e7d65f5c23c Mon Sep 17 00:00:00 2001 From: Ryosuke <37885061+whoisryosuke@users.noreply.github.com> Date: Fri, 16 Oct 2020 19:40:23 -0700 Subject: [PATCH] fix: small typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Noticed a small typo. Not sure if I should submit to this branch or if there's a "next" style branch? but easy edit to transfer either way 😄 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a7887044..bab2a1cdb 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ This library has a peerDependencies listing for `react-test-renderer` and, of co ### 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`