From c356514397edaedd0518b70714bf79c4877acbe1 Mon Sep 17 00:00:00 2001
From: Peter Roche <46547072+paroche@users.noreply.github.com>
Date: Mon, 25 Nov 2019 20:54:45 -0700
Subject: [PATCH] Update article.md
'allows to' -> 'allows us to'
---
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 1c781c09..8bb2ffc6 100644
--- a/2-ui/2-events/04-default-browser-action/article.md
+++ b/2-ui/2-events/04-default-browser-action/article.md
@@ -240,5 +240,5 @@ But we should generally keep the semantic meaning of HTML elements. For instance
Besides being "just a good thing", that makes your HTML better in terms of accessibility.
-Also if we consider the example with ``, then please note: a browser allows to open such links in a new window (by right-clicking them and other means). And people like that. But if we make a button behave as a link using JavaScript and even look like a link using CSS, then ``-specific browser features still won't work for it.
+Also if we consider the example with ``, then please note: a browser allows us to open such links in a new window (by right-clicking them and other means). And people like that. But if we make a button behave as a link using JavaScript and even look like a link using CSS, then ``-specific browser features still won't work for it.
```