mirror of
https://github.com/electron/electron.git
synced 2026-01-28 16:58:21 -05:00
Merge pull request #4275 from baconface/patch-1
Added missing angle bracket to replace() method
This commit is contained in:
@@ -361,7 +361,7 @@ Executes editing command `selectAll` in page.
|
||||
|
||||
Executes editing command `unselect` in page.
|
||||
|
||||
### `<webview.replace(text)`
|
||||
### `<webview>.replace(text)`
|
||||
|
||||
* `text` String
|
||||
|
||||
|
||||
Reference in New Issue
Block a user