mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Fix several typos and grammar errors
This commit is contained in:
@@ -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:__
|
||||
|
||||
|
||||
Reference in New Issue
Block a user