From 2e1feb63e47686a170bdcd2eaef2dc23e618d231 Mon Sep 17 00:00:00 2001 From: Dustin Date: Mon, 19 Dec 2016 19:01:35 -0800 Subject: [PATCH] Corrected some grammatical errors --- docs/api/browser-window.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/api/browser-window.md b/docs/api/browser-window.md index 70a34e9a01f9..414cdb6db56e 100644 --- a/docs/api/browser-window.md +++ b/docs/api/browser-window.md @@ -30,8 +30,7 @@ you can use the [Frameless Window](frameless-window.md) API. ## Showing window gracefully -When loading a page in window directly, users will see the progress of loading -page, which is not good experience for native app. To make the window display +When loading a page in the window directly, users may see the page load incrementally, which is not a good experience for a native app. To make the window display without visual flash, there are two solutions for different situations. ### Using `ready-to-show` event