Build a Cat Blog Page - Step 12

Cuéntanos qué está pasando:

No comprendo el error en mi código

About

Hi there! I'm Jane Doe, a passionate writer who finds endless inspiration in the antics of my beloved cat, Mr. Whiskers..

His playful nature and boundless energy keeps me on my toes. I love him so much.

  </section>

Tu código hasta el momento

<!DOCTYPE html>
<html lang="en">
  <head>
    <title>Mr. Whiskers' Blog</title>
    <meta charset="UTF-8" />
  </head>
  <body>
    <header>
      <h1>Welcome to Mr. Whiskers' Blog Page!</h1>
      <figure>
        <img
          src="https://cdn.freecodecamp.org/curriculum/css-photo-gallery/1.jpg"
          alt="a cat peacefully sleeping"
        />
        <figcaption>Mr. Whiskers Sleeping</figcaption>
      </figure>
      <nav>
        <ul>
          <li><a href="#about">About</a></li>
          <li><a href="#posts">Posts</a></li>
          <li><a href="#contact">Contact</a></li>
        </ul>
      </nav>
    </header>
    <main>

<!-- User Editable Region -->

      <section id="about">
        <h2>About</h2>
        <p>Hi there! I'm Jane Doe, a passionate writer who finds endless inspiration in the antics of my beloved cat, Mr. Whiskers..</p>
        <p>His playful nature and boundless energy keeps me on my toes. I love him so much.</p>
    
      </section>

<!-- User Editable Region -->

    </main>
  </body>
</html>

Información de tu navegador:

El agente de usuario es: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0

Información del Desafío:

Build a Cat Blog Page - Step 12
https://www.freecodecamp.org/espanol/learn/full-stack-developer/workshop-blog-page/step-12

<p>Hi there! I'm Jane Doe, a passionate writer who
 finds endless inspiration in the antics of my beloved cat, Mr. Whiskers..</p>

Double check this part. There is something extra in this sentence.

I got the same error, but everything is right with my code.

    <h2>About</h2>

    <p>Hi there! I'm Jane Doe, a passionate writer who finds endless inspiration in the antics of my beloved cat, Mr.Whiskers.</p>

    <p>His playful nature and boundless energy keeps me on my toes.I love him so much.</p>

  </section>

Please open your own topic

If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Help button located on the challenge. This button only appears if you have tried to submit an answer at least three times.

The Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.