From 6d2b959ec9de705f14c69f6870add3e517822fac Mon Sep 17 00:00:00 2001
From: Ashutosh Chauhan <39612799+masterashu@users.noreply.github.com>
Date: Tue, 26 Nov 2019 19:27:47 +0530
Subject: [PATCH] Update task.md
---
.../04-default-browser-action/1-why-return-false-fails/task.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/2-ui/2-events/04-default-browser-action/1-why-return-false-fails/task.md b/2-ui/2-events/04-default-browser-action/1-why-return-false-fails/task.md
index 8fa4fb29..9a5bb98a 100644
--- a/2-ui/2-events/04-default-browser-action/1-why-return-false-fails/task.md
+++ b/2-ui/2-events/04-default-browser-action/1-why-return-false-fails/task.md
@@ -14,7 +14,7 @@ Why in the code below `return false` doesn't work at all?
}
-the browser will go to w3.org
+the browser will go to w3.org
```
The browser follows the URL on click, but we don't want it.