Skip to content

Commit 66e8d45

Browse files
stephenmathiesonKent C. Dodds
authored and
Kent C. Dodds
committed
docs: fix you->your typo (#26)
1 parent 18104fe commit 66e8d45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ You want to write maintainable tests for your React components. As a part of
3030
this goal, you want your tests to avoid including implementation details of
3131
your components and rather focus on making your tests give you the confidence
3232
for which they are intended. As part of this, you want your testbase to be
33-
maintainable in the long run so refactors of you components (changes to
33+
maintainable in the long run so refactors of your components (changes to
3434
implementation but not functionality) don't break your tests and slow you and
3535
your team down.
3636

0 commit comments

Comments
 (0)