From 0835b11dd29a625eade95e0728c63d1d150b6fca Mon Sep 17 00:00:00 2001 From: Divesh Soni Date: Sat, 2 May 2020 23:11:29 +0530 Subject: [PATCH] Update article.md Repeated word in the description of alert --- 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 acd79ba7..25bf7248 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 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 presses "OK". For example: