Skip to content

Commit

Permalink
Merge pull request #545 from pra85/patch-1
Browse files Browse the repository at this point in the history
Fix a typo
  • Loading branch information
gotwarlost committed Apr 5, 2016
2 parents ad8ab1d + f17cb56 commit 369ed49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ignoring-code-for-coverage.md
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 369ed49

Please sign in to comment.