Skip to content

Commit 17f7012

Browse files
authored
Correct typo
1 parent 2a0516d commit 17f7012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎1-js/03-code-quality/05-testing-mocha/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ Making tests separate is useful to get more information about what's going on, s
174174

175175
And besides that, there's one more rule good to follow.
176176
177-
**One tests checks one thing.**
177+
**One test checks one thing.**
178178
179179
If we look at the test and see two independent checks in it -- better to split it into two simpler ones.
180180

0 commit comments

Comments
 (0)