Fixed Type

This commit is contained in:
Siddharth Golchha 2020-07-03 18:53:01 -07:00 committed by GitHub
parent 26bf51af3e
commit f0dbc65f53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -162,7 +162,7 @@ Besides, the event class describes "what kind of event" it is, and if the event
## event.preventDefault()
Many browser events have a "default action", such as nagivating to a link, starting a selection, and so on.
Many browser events have a "default action", such as navigating to a link, starting a selection, and so on.
For new, custom events, there are definitely no default browser actions, but a code that dispatches such event may have its own plans what to do after triggering the event.