Fix several typos and grammar errors
This commit is contained in:
parent
8aa815e6d1
commit
13b6ed6dc5
5 changed files with 6 additions and 6 deletions
|
@ -35,7 +35,7 @@ exposing your app's source code to users.
|
|||
|
||||
To use an `asar` archive to replace the `app` folder, you need to rename the
|
||||
archive to `app.asar`, and put it under Electron's resources directory like
|
||||
bellow, and Electron will then try read the archive and start from it.
|
||||
below, and Electron will then try read the archive and start from it.
|
||||
|
||||
On OS X:
|
||||
|
||||
|
|
|
@ -149,8 +149,8 @@ On Windows, a taskbar button can be used to display a progress bar. This enables
|
|||
a window to provide progress information to the user without that user having to
|
||||
switch to the window itself.
|
||||
|
||||
The Unity DE also has a simililar feature that allows you to specify progress
|
||||
bar in the lancher.
|
||||
The Unity DE also has a similar feature that allows you to specify the progress
|
||||
bar in the launcher.
|
||||
|
||||
__Progress bar in taskbar button:__
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue