Skip to content

Commit

Permalink
docs: fix you->your typo (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenmathieson authored and Kent C. Dodds committed Mar 29, 2018
1 parent 18104fe commit 66e8d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 66e8d45

Please sign in to comment.