Skip to content
This repository was archived by the owner on Aug 1, 2020. It is now read-only.

Fix typo #24

Merged
merged 1 commit into from
Dec 2, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down