Merge pull request #8242 from DustinX/patch-1
Corrected some grammatical errors
This commit is contained in:
commit
12cb35ef61
1 changed files with 1 additions and 2 deletions
|
@ -30,8 +30,7 @@ you can use the [Frameless Window](frameless-window.md) API.
|
||||||
|
|
||||||
## Showing window gracefully
|
## Showing window gracefully
|
||||||
|
|
||||||
When loading a page in window directly, users will see the progress of loading
|
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
|
||||||
page, which is not good experience for native app. To make the window display
|
|
||||||
without visual flash, there are two solutions for different situations.
|
without visual flash, there are two solutions for different situations.
|
||||||
|
|
||||||
### Using `ready-to-show` event
|
### Using `ready-to-show` event
|
||||||
|
|
Loading…
Reference in a new issue