fix: catphotoapp step 6 - change h1 to h2 in last sentence (#46864)

fix: change h1 to h2 in last sentence
This commit is contained in:
Bruce Blaser
2022-07-11 23:21:43 -07:00
committed by GitHub
parent f229ac13f2
commit 38416caf28

View File

@@ -16,7 +16,7 @@ In the previous step, you nested the `h2` element, comment, and `p` element with
</ul>
```
Add two more spaces in front of the `h1`, comment, and `p` elements so your HTML is more readable.
Add two more spaces in front of the `h2`, comment, and `p` elements so your HTML is more readable.
# --hints--