Skip to content

Commit 59f24d8

Browse files
RiRiSharpRichardPoes
authored andcommitted
Add missing closing bracket in semantic-html-comparison.md
1 parent 7b86ed8 commit 59f24d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/site/docs/verification/semantic-html-comparison.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Here are the customization options you have available to you:
105105
```html
106106
<header>
107107
<h1 id="head-1" diff:ignoreCase>HeLLo <em>world</em></h1>
108-
</header
108+
</header>
109109
```
110110

111111
To perform case insensitive comparison of the text inside the `id` attribute, do the following:

0 commit comments

Comments
 (0)