Added missing angle bracket to replace() method
This commit is contained in:
parent
30b35644f6
commit
bdc2b2559c
1 changed files with 1 additions and 1 deletions
|
@ -361,7 +361,7 @@ Executes editing command `selectAll` in page.
|
|||
|
||||
Executes editing command `unselect` in page.
|
||||
|
||||
### `<webview.replace(text)`
|
||||
### `<webview>.replace(text)`
|
||||
|
||||
* `text` String
|
||||
|
||||
|
|
Loading…
Reference in a new issue