Skip to content

Commit c5755ab

Browse files
committed
Fix HTML validation errors in first article
1 parent 308da05 commit c5755ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Wireframe/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h1>Understanding Developer Tools</h1>
1414
<main>
1515
<article>
1616
<img src="placeholder.svg" alt="README file illustration" />
17-
<h2>What is the purpose of a README file?</h2i>
17+
<h2>What is the purpose of a README file?</h2>
1818
<p>A README explains what a project does, how to install it, and how to use it.</p>
1919
<a href="#">Learn more</a>
2020
</article>

0 commit comments

Comments
 (0)