Skip to content

Commit

Permalink
Update basic.html
Browse files Browse the repository at this point in the history
Fix secret word to not be capitalised to match expectations in Udacity checker.
  • Loading branch information
Alice authored Aug 19, 2020
1 parent 075e045 commit 2a996cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lesson1-overview/06-experiencing-screen-reader/basic.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h1>Click the button!</h1>
<h1>We love accessibility too!</h1>
<img src="koala.jpg" alt="Koala" tabindex="-1" id="koala">
<p>
The secret word is "Koala".
The secret word is "koala".
</p>
<button id="close">Close dialog</button>
</div>
Expand Down

0 comments on commit 2a996cd

Please sign in to comment.