From 66e8d45ace4a4485191f0c69231b6883d06c4d3f Mon Sep 17 00:00:00 2001 From: Stephen Mathieson Date: Thu, 29 Mar 2018 00:26:59 -0400 Subject: [PATCH] docs: fix you->your typo (#26) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e3e7ecb..d1809fef 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ You want to write maintainable tests for your React components. As a part of this goal, you want your tests to avoid including implementation details of your components and rather focus on making your tests give you the confidence for which they are intended. As part of this, you want your testbase to be -maintainable in the long run so refactors of you components (changes to +maintainable in the long run so refactors of your components (changes to implementation but not functionality) don't break your tests and slow you and your team down.