Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit acb775c

Browse files
committed
fix headings
1 parent a675bbe commit acb775c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

examples/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
</head>
1111
<body>
1212
<main>
13-
<h1>Simple form</h1>
13+
<h1>auto-check-element</h1>
14+
<h2>Simple form</h2>
1415
<p>Input 422 for an error response.</p>
1516
<form>
1617
<label for="simple-field">Input</label>
@@ -21,7 +22,7 @@ <h1>Simple form</h1>
2122
<button>submit</button>
2223
</form>
2324

24-
<h1>Form that has custom validity messages</h1>
25+
<h2>Form that has custom validity messages</h2>
2526
<p>Input 422 for an error response.</p>
2627
<form id="custom">
2728
<label for="custom-field">Input</label>

0 commit comments

Comments
 (0)