From f7490c3c913007b0fd85e1f307346411490f95b1 Mon Sep 17 00:00:00 2001 From: cpxPratik Date: Tue, 25 Apr 2017 13:03:49 +0545 Subject: [PATCH] Update task.md Fix typo. --- 1-js/02-first-steps/01-hello-world/2-hello-alert-ext/task.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-js/02-first-steps/01-hello-world/2-hello-alert-ext/task.md b/1-js/02-first-steps/01-hello-world/2-hello-alert-ext/task.md index fe38de40..26168d6a 100644 --- a/1-js/02-first-steps/01-hello-world/2-hello-alert-ext/task.md +++ b/1-js/02-first-steps/01-hello-world/2-hello-alert-ext/task.md @@ -6,4 +6,4 @@ importance: 5 Take the solution of the previous task . Modify it by extracting the script content into an external file `alert.js`, residing in the same folder. -Open the page, ensures that the alert works. +Open the page, ensure that the alert works.