From caae03f954a64ee93d57f17a301802e17c44e016 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Mon, 20 Mar 2017 10:13:45 -0700 Subject: [PATCH] Use rendered language in both ready-to-show docs --- docs/api/browser-window.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/browser-window.md b/docs/api/browser-window.md index b169230094..bd33bac354 100644 --- a/docs/api/browser-window.md +++ b/docs/api/browser-window.md @@ -35,8 +35,8 @@ without visual flash, there are two solutions for different situations. ### Using `ready-to-show` event -While loading the page, the `ready-to-show` event will be emitted when renderer -process has done drawing for the first time if the window is not shown yet. Showing +While loading the page, the `ready-to-show` event will be emitted when the renderer +process has rendered the page for the first time if the window has not been shown yet. Showing the window after this event will have no visual flash: ```javascript