From 402e84eb0345085dcb52492a46b36309b463afe7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Loren=20=E2=98=BA=EF=B8=8F?= <251288+lorensr@users.noreply.github.com> Date: Mon, 25 Feb 2019 19:51:55 -0500 Subject: [PATCH] Fix README typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 16aba65d..2374b9dd 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ your team down. ## This solution -The `react-testing-library` is a very light-weight solution for testing React +The `react-testing-library` is a very lightweight solution for testing React components. It provides light utility functions on top of `react-dom` and `react-dom/test-utils`, in a way that encourages better testing practices. Its primary guiding principle is: