Merge pull request #3492 from vitorgalvao/patch-2
web-view-tag.md: small typo correction ('the' position swap)
This commit is contained in:
commit
8900d67c67
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ Injects CSS into the guest page.
|
||||||
* `code` String
|
* `code` String
|
||||||
* `userGesture` Boolean - Default `false`.
|
* `userGesture` Boolean - Default `false`.
|
||||||
|
|
||||||
Evaluates `code` in page. If `userGesture` is set, it will the create user
|
Evaluates `code` in page. If `userGesture` is set, it will create the user
|
||||||
gesture context in the page. HTML APIs like `requestFullScreen`, which require
|
gesture context in the page. HTML APIs like `requestFullScreen`, which require
|
||||||
user action, can take advantage of this option for automation.
|
user action, can take advantage of this option for automation.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue