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:
vsemozhetbyt 2016-07-08 22:15:51 +03:00 committed by GitHub
parent 7dc336606d
commit 1726327bfa

View file

@ -491,7 +491,7 @@ examples.
Sends an input `event` to the page. 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. for detailed description of `event` object.
### `<webview>.showDefinitionForSelection()` _macOS_ ### `<webview>.showDefinitionForSelection()` _macOS_