Skip to content
This repository was archived by the owner on May 5, 2023. It is now read-only.

Commit 627ff6d

Browse files
minor changes
1 parent 6daa795 commit 627ff6d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/tests/__heading.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
</head>
99
<body>
1010
<h1 class="et-h1">This is a Heading</h1>
11-
<h2 class="et-h2">This is a Heading</h1>
12-
<h3 class="et-h3">This is a Heading</h1>
13-
<h4 class="et-h4">This is a Heading</h1>
14-
<h5 class="et-h5">This is a Heading</h1>
15-
<h6 class="et-h6">This is a Heading</h1>
11+
<h2 class="et-h2">This is a Heading</h2>
12+
<h3 class="et-h3">This is a Heading</h3>
13+
<h4 class="et-h4">This is a Heading</h4>
14+
<h5 class="et-h5">This is a Heading</h5>
15+
<h6 class="et-h6">This is a Heading</h6>
1616

1717
</body>
1818
</html>

0 commit comments

Comments
 (0)