I leep getting the same response over and over again despite the corrections... please anyone out here to help me out please

Tell us what’s happening:
Describe your issue in detail here.

  **Your code so far**
<html>
<body>
  <h1>CatPhotoApp</h1>
  <main>
    <section>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->
      <p>Click here to view more <a target="_blank" href="https://freecatphotoapp.com">cat photos</a>.</p>
      <a href="https://freecatphotoapp.com"><img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back."></a>
    </section>
    <section>
      <h2>Cat Lists</h2>
      <h3>Things cats love:</h3>
      <ul>
        <li>cat nip</li>
        <li>laser poniters</li> 
        <li>lasagna</li>
      </ul> 
    </section>
  </main>
</body>
</html>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Linux; Android 11; SM-A226B) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.62 Mobile Safari/537.36

Challenge: Step 20

Link to the challenge:

HI @Lexis !

You have a spelling error here

1 Like

I’ve corrected it but kept getting the same thing

Are you sure you have corrected the spelling of laser poniters to the correct spelling, the tests pass for me after I correct the spelling.

Got it now, thanks…
Please i need help with thw step, can you help me out please

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.