Skip to content

Commit

Permalink
Merge pull request electron#754 from Subash/master
Browse files Browse the repository at this point in the history
Update web-view-tag.md
kevinsawicki committed Oct 30, 2014
2 parents 9ed6ad8 + 996e2bd commit 1c91b48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/web-view-tag.md
Original file line number Diff line number Diff line change
@@ -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);
}
</script>
```

0 comments on commit 1c91b48

Please sign in to comment.