Skip to content

Commit ca5c320

Browse files
Merge pull request #9 from fabioespinosa/patch-2
Typo
2 parents 071e661 + b2512f7 commit ca5c320

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

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

55
Mutation testing for Node.js and JavaScript.
66

7-
**Mutode** generates mutants (small changes of code) and runs your tests. If the tests fail, it means the mutant was detected and **killed**; if your tests pass, if means the mutant **survived** and your tests can be improved.
7+
**Mutode** generates mutants (small changes of code) and runs your tests. If the tests fail, it means the mutant was detected and **killed**; if your tests pass, it means the mutant **survived** and your tests can be improved.
88

99
Read the thesis proposal [here](https://docs.google.com/document/d/1V6U-ahLq6faCbtP0DtKukzdnsUC2ZBsL1LWEJvkqUiE/edit?usp=sharing)
1010

0 commit comments

Comments
 (0)