Skip to content

Commit fa0f507

Browse files
authored
fix HTML in example
fixes #1052
1 parent 369c264 commit fa0f507

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
@@ -277,7 +277,7 @@ If set to `true`, the generator will try to look for combinations of selectors b
277277
<!-- targetElement -->
278278
<div class="aaa"></div>
279279
<div class="bbb"></div>
280-
<p class="aaa"></div>
280+
<p class="aaa"></p>
281281
</body>
282282
```
283283

0 commit comments

Comments
 (0)