Skip to content

Commit dc8f8dd

Browse files
authored
Fix typo in documentation
1 parent 441d8ca commit dc8f8dd

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
@@ -641,7 +641,7 @@ To configure this, use `.at_fork`.
641641
```ruby
642642
SimpleCov.enable_for_subprocesses true
643643
SimpleCov.at_fork do |pid|
644-
# This needs a unique name so it won't be ovewritten
644+
# This needs a unique name so it won't be overwritten
645645
SimpleCov.command_name "#{SimpleCov.command_name} (subprocess: #{pid})"
646646
# be quiet, the parent process will be in charge of output and checking coverage totals
647647
SimpleCov.print_error_status = false

0 commit comments

Comments
 (0)