From 247af376fef6638bc551c5e1e41b891bd1a3f8ca Mon Sep 17 00:00:00 2001 From: Toinane Date: Tue, 7 Nov 2017 14:17:00 +0100 Subject: [PATCH] fix(documentation): link in browserwindows.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 e2b7c3f048d2..1ac03be37aeb 100644 --- a/docs/api/browser-window.md +++ b/docs/api/browser-window.md @@ -322,7 +322,7 @@ It creates a new `BrowserWindow` with native properties as set by the `options`. * `defaultEncoding` String (optional) - Defaults to `ISO-8859-1`. * `backgroundThrottling` Boolean (optional) - Whether to throttle animations and timers when the page becomes background. This also affects the - [Page Visibility API][#page-visibility]. Defaults to `true`. + [Page Visibility API](#page-visibility). Defaults to `true`. * `offscreen` Boolean (optional) - Whether to enable offscreen rendering for the browser window. Defaults to `false`. See the [offscreen rendering tutorial](../tutorial/offscreen-rendering.md) for