Am stuck on the step 8, please i need help because i don't know what am doing wrong my code wont just pass

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

  **Your code so far**
<html>
<body>
  <h1>CatPhotoApp</h1>
  <main>
    <h2>Cat Photos</h2>
    <!-- TODO: Add link to cat photos -->
    <p>Click here to view more cat photos.</p>
    <img src="https://cdn.freecodecamp.org/carriculum/cat-photo-app/relaxing-car.jpg ">
  </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 8

Link to the challenge:

Hi @ Lexis

There are a couple of small typos in your URL:

  • carriculum should be curriculum

  • relaxing-car should be relaxing-cat

(I’d always recommend copying and pasting long text strings, like this URL, from the instructions. It makes it much easier to avoid this kind of problem.)