Skip to content

Commit 2b2a62e

Browse files
authored
Merge pull request #995 from eyupatis/patch-1
Fix typo in documentation
2 parents 216b2d5 + dc8f8dd commit 2b2a62e

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
@@ -651,7 +651,7 @@ To configure this, use `.at_fork`.
651651
```ruby
652652
SimpleCov.enable_for_subprocesses true
653653
SimpleCov.at_fork do |pid|
654-
# This needs a unique name so it won't be ovewritten
654+
# This needs a unique name so it won't be overwritten
655655
SimpleCov.command_name "#{SimpleCov.command_name} (subprocess: #{pid})"
656656
# be quiet, the parent process will be in charge of output and checking coverage totals
657657
SimpleCov.print_error_status = false

0 commit comments

Comments
 (0)