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(); }); ```