From 3eb13d5ef88e7e75730491a4871b223d550f04bc Mon Sep 17 00:00:00 2001 From: Dratzidis Athanasios Date: Thu, 2 Jul 2020 05:55:23 +0300 Subject: [PATCH] Corrected a typo --- 1-js/02-first-steps/06-alert-prompt-confirm/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 25bf7248..73b183e5 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: