From cb62afca23c62807f8d35b9efe806ea9bdf38393 Mon Sep 17 00:00:00 2001 From: Jessica Lord Date: Sun, 30 Aug 2015 21:10:02 -0700 Subject: [PATCH] Minor text edits --- docs/api/web-view-tag.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/web-view-tag.md b/docs/api/web-view-tag.md index e555607b6b03..4e8ded6651f9 100644 --- a/docs/api/web-view-tag.md +++ b/docs/api/web-view-tag.md @@ -237,7 +237,7 @@ Injects CSS into guest page. * `userGesture` Boolean - Default `false`. Evaluates `code` in page. If `userGesture` is set, it will create user gesture -context. HTML API like `requestFullScreen` which require user action can take +context. HTML APIs like `requestFullScreen`, which require user action, can take advantage of this option for automation. ### `.openDevTools()`