From 97d8f34dc3758d7c245660b1fce8f33826f84e75 Mon Sep 17 00:00:00 2001 From: Luca Barone Date: Mon, 2 Dec 2019 17:44:35 +0100 Subject: [PATCH] Fix typo --- docs/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.md b/docs/install.md index 8b6cba6..303242a 100644 --- a/docs/install.md +++ b/docs/install.md @@ -20,7 +20,7 @@ You will need `react`, `react-native`, and `react-test-renderer` installed as _d > unexpected behavior and have a sub-optimal experience if you do not use the preset. This library includes an easy to adopt and reliable Jest preset to maximize the -confidence you have in your tests. It extends the `react-native` preset, and was created order to +confidence you have in your tests. It extends the `react-native` preset, and was created in order to more closely mimic behavior you would expect from any other member of the `testing-library` family. ```diff