From 11589a7bde78bc69b9548a1cb700a0a9933916a5 Mon Sep 17 00:00:00 2001 From: Plusb Preco Date: Wed, 29 Jul 2015 02:21:32 +0900 Subject: [PATCH] Update as upstream --- docs/api/web-view-tag-ko.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/web-view-tag-ko.md b/docs/api/web-view-tag-ko.md index e6b3d6c99f5c..9054d1824823 100644 --- a/docs/api/web-view-tag-ko.md +++ b/docs/api/web-view-tag-ko.md @@ -130,10 +130,10 @@ If "on", the guest page will have web security disabled. ## API -The webview element must be loaded before using the methods. +The webview element must be loaded before using the methods. **Example** ```javascript -webview.addEventListener("dom-ready", function(){ +webview.addEventListener("dom-ready", function() { webview.openDevTools(); }); ```