Debug Camperbot's Profile Page - Debug Camperbot's Profile Page

Tell us what’s happening:

I want to know whether I have corrected those errors emanate from the debug of camperbot.

Your code so far

<h1>Hello from Camperbot!</h1>
<h2>About</h2>
<p>My name is Camperbot and I love learning new things</p>
<h3>Background and Interests</h3>
<p>I enjoy solving puzzles.</p>

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Mobile Safari/537.36

Challenge Information:

Debug Camperbot’s Profile Page - Debug Camperbot’s Profile Page
https://www.freecodecamp.org/learn/full-stack-developer/lab-debug-camperbots-profile-page/lab-debug-camperbots-profile-page

You are missing a period at the end here so instead of new things it should be new things.

Just add that period and you should be good to go

1 Like