Skip to content

Commit

Permalink
Typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
NTDV committed Mar 18, 2023
1 parent 9fa75bf commit a843b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/html_tests_report/lib/html_tests_report.rb
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def write_tests(results, stream, title, style)

stream.puts "<h1>#{title}</h1>"
stream.puts "<table class='#{style}'>"
stream.puts '<thead><tr><th>File</th><th>Name</th><th>Message</th</tr></thead>'
stream.puts '<thead><tr><th>File</th><th>Name</th><th>Message</th></tr></thead>'
stream.puts '<tbody>'

results.each do |result|
Expand Down

0 comments on commit a843b20

Please sign in to comment.