diff --git a/1-js/02-first-steps/06-alert-prompt-confirm/article.md b/1-js/02-first-steps/06-alert-prompt-confirm/article.md index 25bf72482b..73b183e525 100644 --- a/1-js/02-first-steps/06-alert-prompt-confirm/article.md +++ b/1-js/02-first-steps/06-alert-prompt-confirm/article.md @@ -4,7 +4,7 @@ As we'll be using the browser as our demo environment, let's see a couple of fun ## alert -This one we've seen already. It shows a message and waits for the user to presses "OK". +This one we've seen already. It shows a message and waits for the user to press "OK". For example: