Skip to content

Commit 6d0b314

Browse files
authored
Fix grammatical error
The sentence should say "Why we need tests" with no question mark, or "Why do we need tests?" I think keeping the question mark makes it more personal.
1 parent 7b76185 commit 6d0b314

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Automated testing will be used in further tasks, and it's also widely used in real projects.
44

5-
## Why we need tests?
5+
## Why do we need tests?
66

77
When we write a function, we can usually imagine what it should do: which parameters give which results.
88

0 commit comments

Comments
 (0)