From 996e2bdc69b157589764e9f4ae84c87db4c5cfa5 Mon Sep 17 00:00:00 2001 From: Subash Pathak Date: Thu, 30 Oct 2014 20:52:00 +0545 Subject: [PATCH] Update web-view-tag.md --- 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 dc4859fee466..10bc067df4b4 100644 --- a/docs/api/web-view-tag.md +++ b/docs/api/web-view-tag.md @@ -40,7 +40,7 @@ and displays a "loading..." message during the load time: indicator.innerText = ""; } webview.addEventListener("did-start-loading", loadstart); - webview.addEventListener("id-stop-loading", loadstop); + webview.addEventListener("did-stop-loading", loadstop); } ```