Learn HTML by Building a Cat Photo App - Step 4

Tell us what’s happening:
Describe your issue in detail here.
Every time i attempt to submit it reads me the error that the comment needs to be above the

which it is.
Your code so far

<html>
  <body>
    <h1>CatPhotoApp</h1>

<!-- User Editable Region -->

    <h2>Cat Photos</h2>
 <!-- TODO: Add link to cat photos --> 
<p>Click here to view more cat photos.</p> 
    

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36 OPR/92.0.0.0

Challenge: Learn HTML by Building a Cat Photo App - Step 4

Link to the challenge:

The sentence is incorrect. It should be like this:

    <p>See more cat photos in our gallery.</p>