Skip to content
This repository was archived by the owner on Sep 25, 2019. It is now read-only.

Commit a1464f0

Browse files
Nirajn2311scissorsneedfoodtoo
authored andcommitted
fix(challenges): Incorrect html closing tag
1 parent d80d98d commit a1464f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

challenges/01-responsive-web-design/basic-html-and-html5.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1790,7 +1790,7 @@
17901790
" <li>other cats</li>",
17911791
" </ol>",
17921792
" <input type=\"text\" placeholder=\"cat photo URL\">",
1793-
"<main>"
1793+
"</main>"
17941794
],
17951795
"head": [],
17961796
"tail": []

0 commit comments

Comments
 (0)