From d47c799d2173b209edc460740834d79bae60d83e Mon Sep 17 00:00:00 2001 From: JyotiHubale <163430047+JyotiHubale@users.noreply.github.com> Date: Sat, 17 Jan 2026 14:35:58 +0530 Subject: [PATCH] Improve documentation clarity --- 1-js/02-first-steps/01-hello-world/1-hello-alert/task.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-js/02-first-steps/01-hello-world/1-hello-alert/task.md b/1-js/02-first-steps/01-hello-world/1-hello-alert/task.md index afed6a91d3..fa24ac5e0c 100644 --- a/1-js/02-first-steps/01-hello-world/1-hello-alert/task.md +++ b/1-js/02-first-steps/01-hello-world/1-hello-alert/task.md @@ -4,7 +4,7 @@ importance: 5 # Show an alert -Create a page that shows a message "I'm JavaScript!". +Create a page that shows a message "I am JavaScript!". Do it in a sandbox, or on your hard drive, doesn't matter, just ensure that it works.