Skip to content

Commit 64eca8d

Browse files
authored
Update header.js
1 parent 5eb22d4 commit 64eca8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/header.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const Header = (title, date, temp) => {
22
// TASK 1
33
// ---------------------
44
// Implement this function taking `title`, `date` and `temp` as its 3 args and returning the markup below.
5-
// The tags used, the hierarchy of elements and their attributes must match the provided markup exactly!
5+
// The html tags used, the hierarchy of elements and their attributes must match the provided markup exactly!
66
// The text inside elements will be set using their `textContent` property (NOT `innerText`).
77
//
88
// <div class="header">

0 commit comments

Comments
 (0)