From 5f6019f4c6f356f17058bf3b47b06607a6c459c9 Mon Sep 17 00:00:00 2001 From: Bruno Dias Date: Mon, 2 Apr 2018 23:48:52 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 45790f52..8d67bcde 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ allows your tests to give you more confidence that your application will work when a real user uses it. This library is a replacement for [enzyme](http://airbnb.io/enzyme/). While you -_can_ follow these guidlines using enzyme itself, enforcing this is harder +_can_ follow these guidelines using enzyme itself, enforcing this is harder because of all the extra utilities that enzyme provides (utilities which facilitate testing implementation details). Read more about this in [the FAQ](#faq) below.