From a03df3ac5aef2cd5f0d35f24941d9aba6d7e8084 Mon Sep 17 00:00:00 2001 From: Jessica Lord Date: Mon, 31 Aug 2015 20:17:14 -0700 Subject: [PATCH] "the" --- docs/api/web-view-tag.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/api/web-view-tag.md b/docs/api/web-view-tag.md index d004c9522716..6b64a0269c52 100644 --- a/docs/api/web-view-tag.md +++ b/docs/api/web-view-tag.md @@ -236,9 +236,9 @@ Injects CSS into the guest page. * `code` String * `userGesture` Boolean - Default `false`. -Evaluates `code` in page. If `userGesture` is set, it will create user gesture -context in the page. HTML APIs like `requestFullScreen`, which require user -action, can take advantage of this option for automation. +Evaluates `code` in page. If `userGesture` is set, it will the create user +gesture context in the page. HTML APIs like `requestFullScreen`, which require +user action, can take advantage of this option for automation. ### `.openDevTools()`