Need help have an error message

Tell us what’s happening:
I am being told I don’t have an ordered list but it is showing my list?

Your code so far


<h2>CatPhotoApp</h2>
<main>
<p>Click here to view more <a href="#">cat photos</a>.</p>

<a href="#"><img src="https://bit.ly/fcc-relaxing-cat" alt="A cute orange cat lying on its back."></a>

<p>Things cats love:</p>
<ul>
  <li>cat nip</li>
  <li>laser pointers</li>
  <li>lasagna</li>
</ul>
<p> Top 3 things that cats hate:</p>
<ol>
<li>dogs</li>
<li>racoons</li>
<li>eagles</li>
</ol>


</main>

Your browser information:

User Agent is: Mozilla/5.0 (iPhone; CPU iPhone OS 13_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Mobile/15E148 Safari/604.1.

Challenge: Create an Ordered List

Link to the challenge:

You’ve changed this line:
It should be Top 3 things cats hate: