Merge pull request #3492 from vitorgalvao/patch-2

web-view-tag.md: small typo correction ('the' position swap)
This commit is contained in:
Cheng Zhao 2015-11-19 10:44:15 +08:00
commit 8900d67c67

View file

@ -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.