From fcf12e4b44f181bf480873f8b3ea0899abddeb2c Mon Sep 17 00:00:00 2001
From: Ashutosh Chauhan <39612799+masterashu@users.noreply.github.com>
Date: Tue, 26 Nov 2019 19:27:23 +0530
Subject: [PATCH] Update solution.md
---
.../1-why-return-false-fails/solution.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/2-ui/2-events/04-default-browser-action/1-why-return-false-fails/solution.md b/2-ui/2-events/04-default-browser-action/1-why-return-false-fails/solution.md
index 2862e600..4d175ca0 100644
--- a/2-ui/2-events/04-default-browser-action/1-why-return-false-fails/solution.md
+++ b/2-ui/2-events/04-default-browser-action/1-why-return-false-fails/solution.md
@@ -20,7 +20,7 @@ The fix is simple:
}
-w3.org
+w3.org
```
Also we can use `event.preventDefault()`, like this:
@@ -35,5 +35,5 @@ Also we can use `event.preventDefault()`, like this:
*/!*
-w3.org
+w3.org
```