Merge pull request #1989 from siddharth-golchha/patch-1

Fixed Typo
This commit is contained in:
Ilya Kantor 2020-07-18 14:11:28 +03:00 committed by GitHub
commit 5641b170d2
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.