Ags. The value for the src attribute on the source tag should match the link in the instructions exactly

Tell us what’s happening:

Your code so far


<body>
  <header>
    <h1>Real Coding Ninjas</h1>
  </header>
  <main>
    <p>A sound clip of Zersiax's screen reader in action.</p>
<audio controls>
  <source src="https://s3.amazonaws.com/freecodecamp/srceen-reader.mp3" type="audio/mpeg">

</audio>    
    
  </main>
</body>

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 6.0.1; ASUS_Z00LD Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36.

Link to the challenge:
https://learn.freecodecamp.org/responsive-web-design/applied-accessibility/improve-accessibility-of-audio-content-with-the-audio-element

There is a typo in the url: srceen-reader.mp3 instead of screen-reader.mp3

Got it…was an typing mistake…