Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
Remove extra `the`
  • Loading branch information
prayagverma committed Feb 19, 2016
1 parent ad8ab1d commit f17cb56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ignoring-code-for-coverage.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ignoring whichever path was required to be ignored.
4. For all other cases, the Swiss army knife `/* istanbul ignore next */` may be used which skips the "next thing" in
the source code
5. The "next" thing may be, among other things:
* A JS statement (including assignments, ifs, loops, switches, functions) in which case all of the the statement is
* A JS statement (including assignments, ifs, loops, switches, functions) in which case all of the statement is
ignored for all forms of coverage.
* A switch case statement, in which case the particular case is ignored for branch coverage and its contents ignored
for all forms
Expand Down

0 comments on commit f17cb56

Please sign in to comment.