Error running test

Tell us what’s happening:
I am trying to run the audio, I copy exactly the URL . When I copy to the internet I find the sound no problem. When I put it in the program the URL does not work. Help?
This is the error I get when I run the test, any ideas what is going on?

/ running tests The value for the src attribute on the source tag should match the link in the instructions exactly. // tests completed

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 scr="https://s3.amazonaws.com/freecodecamp/screen-reader.mp3" type="audio/mpeg"/>*
*</audio>* 

</main>
</body>


**Challenge:** Improve Accessibility of Audio Content with the audio Element

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

There should be src= and you have scr.

thank you i was tired and just missed that little error.