Skip to content

Commit 69c30d0

Browse files
authored
Update article.md
'that allow to' -> 'that allow us to'
1 parent 8bdd11c commit 69c30d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2-ui/2-events/04-default-browser-action/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ As we can clearly see, `event.stopPropagation()` and `event.preventDefault()` (a
207207
```
208208

209209
```smart header="Nested context menus architecture"
210-
There are also alternative ways to implement nested context menus. One of them is to have a single global object with a handler for `document.oncontextmenu`, and also methods that allow to store other handlers in it.
210+
There are also alternative ways to implement nested context menus. One of them is to have a single global object with a handler for `document.oncontextmenu`, and also methods that allow us to store other handlers in it.
211211
212212
The object will catch any right-click, look through stored handlers and run the appropriate one.
213213

0 commit comments

Comments
 (0)