Fix typo in the web-view-tag.md
📝 Remove a redundant # from a href hash.
web-contents.md##webcontentssendinputeventevent ->
web-contents.md#webcontentssendinputeventevent
[ci skip]
This commit is contained in:
parent
7dc336606d
commit
1726327bfa
1 changed files with 1 additions and 1 deletions
|
@ -491,7 +491,7 @@ examples.
|
|||
|
||||
Sends an input `event` to the page.
|
||||
|
||||
See [webContents.sendInputEvent](web-contents.md##webcontentssendinputeventevent)
|
||||
See [webContents.sendInputEvent](web-contents.md#webcontentssendinputeventevent)
|
||||
for detailed description of `event` object.
|
||||
|
||||
### `<webview>.showDefinitionForSelection()` _macOS_
|
||||
|
|
Loading…
Reference in a new issue