Fix several typos and grammar errors

This commit is contained in:
Thomas Tuts 2015-06-09 16:49:21 +02:00
parent 8aa815e6d1
commit 13b6ed6dc5
5 changed files with 6 additions and 6 deletions

View file

@ -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:

View file

@ -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:__