From 00c484c68bf55376b00a47081f4f937cfcaabf21 Mon Sep 17 00:00:00 2001 From: Antonio Stoilkov Date: Wed, 15 Jul 2015 17:29:02 +0300 Subject: [PATCH] fix typo in browser-window.md --- docs/api/browser-window.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/browser-window.md b/docs/api/browser-window.md index 61f985ed9518..48a118ffa3c2 100644 --- a/docs/api/browser-window.md +++ b/docs/api/browser-window.md @@ -760,7 +760,7 @@ Calling `event.preventDefault()` can prevent creating new windows. * `event` Event * `url` String -Emitted when user or the page wants to start an navigation, it can happen when +Emitted when user or the page wants to start a navigation, it can happen when `window.location` object is changed or user clicks a link in the page. This event will not emit when the navigation is started programmatically with APIs