Skip to content

Commit f0dbc65

Browse files
Fixed Type
1 parent 26bf51a commit f0dbc65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2-ui/2-events/05-dispatch-events/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ Besides, the event class describes "what kind of event" it is, and if the event
162162

163163
## event.preventDefault()
164164

165-
Many browser events have a "default action", such as nagivating to a link, starting a selection, and so on.
165+
Many browser events have a "default action", such as navigating to a link, starting a selection, and so on.
166166

167167
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.
168168

0 commit comments

Comments
 (0)