We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 90f6b8f + 82a34d2 commit 8bb4e5bCopy full SHA for 8bb4e5b
2-ui/2-events/01-introduction-browser-events/03-which-handlers-run/solution.md
@@ -13,4 +13,4 @@ button.addEventListener("click", handler);
13
button.removeEventListener("click", handler);
14
```
15
16
-The handler `button.onclick` works independantly and in addition to `addEventListener`.
+The handler `button.onclick` works independently and in addition to `addEventListener`.
0 commit comments