Skip to content

Commit ef42dd9

Browse files
chris-hewittPragTob
authored andcommitted
Fix minor typo in README
1 parent 5de91ff commit ef42dd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ SimpleCov.start do
350350
end
351351
```
352352

353-
Primary coverage determines what will come in first all output, and the type of coverage to check if you don't specify the type of coverage when customizing exit behavior (`SimpleCov.minimum_coverage 90`).
353+
Primary coverage determines what will come first in all output, and the type of coverage to check if you don't specify the type of coverage when customizing exit behavior (`SimpleCov.minimum_coverage 90`).
354354
355355
Note that coverage must first be enabled for non-default coverage types.
356356

0 commit comments

Comments
 (0)