Build a Cat Photo App - Step 12

Tell us what’s happening:

i i just started HTML and ive been doing jst fine but build catphoto app step12 has been a big challenge for me i dont know how to go about it i have done and redone the question and my code will still not pass i dont know where ive gone wrong because i cant find the mistake and its a huge problem im stuck it says add the wordsSEEMORE before the opening tag of the A element and the words IN OUR GALLERY in theend of the element ive done so but the answer is still wrong i dont understand why

Your code so far

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->
      <p>Everyone loves cute cats online!</p>

<!-- User Editable Region -->

 see  more <a href="https://freecatphotoapp.com"> cat photos</a>  in our gallery

<!-- User Editable Region -->

      <img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back.">
    </main>
  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 Edg/143.0.0.0

Challenge Information:

Build a Cat Photo App - Step 12

You need to use the exact same spaces and capitalization that the instructions give you

you have extra spaces, and See more should have an uppercase S

the extra spaces are between see and more, just before cat, and just before in