Small typo

This commit is contained in:
Brent Guffens 2018-03-05 10:18:48 +01:00 committed by GitHub
parent 2a3182ad94
commit 82a34d231f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,4 +13,4 @@ button.addEventListener("click", handler);
button.removeEventListener("click", handler);
```
The handler `button.onclick` works independantly and in addition to `addEventListener`.
The handler `button.onclick` works independently and in addition to `addEventListener`.