web-view-tag.md: small typo correction ('the' position swap)

This commit is contained in:
Vítor Galvão 2015-11-18 18:13:48 +00:00
parent 87546bd4f8
commit e2cd0578f3

View file

@ -262,7 +262,7 @@ Injects CSS into the guest page.
* `code` String
* `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
user action, can take advantage of this option for automation.