Fix several typos and grammar errors
This commit is contained in:
parent
8aa815e6d1
commit
13b6ed6dc5
5 changed files with 6 additions and 6 deletions
|
@ -753,7 +753,7 @@ Calling `event.preventDefault()` can prevent creating new windows.
|
|||
Emitted when user or the page wants to start an navigation, it can happen when
|
||||
`window.location` object is changed or user clicks a link in the page.
|
||||
|
||||
This event will not emit when the navigation is started programmely with APIs
|
||||
This event will not emit when the navigation is started programmatically with APIs
|
||||
like `WebContents.loadUrl` and `WebContents.back`.
|
||||
|
||||
Calling `event.preventDefault()` can prevent the navigation.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue