Skip to content

Commit

Permalink
Fix typo in test case
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Sep 10, 2022
1 parent f6692fc commit b07273f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
</head>
<body>
<p>Hello, world!</p>
<p class="italic"">Hello, world!</p>
<p class="italic">Hello, world!</p>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
</head>
<body>
<p>Hello, world!</p>
<p class="oblique"">Hello, world!</p>
<p class="oblique">Hello, world!</p>
</body>
</html>

0 comments on commit b07273f

Please sign in to comment.