From 6634ecfac39044c2d24a1f305630c845bc4b2d20 Mon Sep 17 00:00:00 2001 From: Jerry Smith Date: Sun, 21 Oct 2018 20:03:34 +0300 Subject: [PATCH] Fix present simple, remove redundant word --- 2-ui/2-events/04-default-browser-action/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2-ui/2-events/04-default-browser-action/article.md b/2-ui/2-events/04-default-browser-action/article.md index 2e338dc5..b2889132 100644 --- a/2-ui/2-events/04-default-browser-action/article.md +++ b/2-ui/2-events/04-default-browser-action/article.md @@ -17,7 +17,7 @@ There are two ways to tell the browser we don't want it to act: - The main way is to use the `event` object. There's a method `event.preventDefault()`. - If the handler is assigned using `on` (not by `addEventListener`), then we can just return `false` from it. -In the example below there a click to links don't lead to URL change: +In the example below a click to links doesn't lead to URL change: ```html autorun height=60 no-beautify Click here