Skip to content

Commit ff403d0

Browse files
swhgoonrogerwang
authored andcommitted
typo: 'explictly' -> 'explicitly'
1 parent 0444a05 commit ff403d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/References/Command Line Options.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ By default, the cookie store on disk is encrypted in Chromium. Use this switch t
4747

4848
## `--disable-crash-handler=true`
4949

50-
Disable the crash handler process for single process mode. NOTE: you should explictly set it to 'true'. When using it and `--single-process` together, there will be only one NW process for your application. The crash dumping feature will be disabled with this switch. This switch must be put in the command line (not in package.json) to be effective.
50+
Disable the crash handler process for single process mode. NOTE: you should explicitly set it to 'true'. When using it and `--single-process` together, there will be only one NW process for your application. The crash dumping feature will be disabled with this switch. This switch must be put in the command line (not in package.json) to be effective.
5151

5252
## `--enable-gcm`
5353

@@ -64,4 +64,4 @@ These options are related to the transparent window feature. See [Transparent Wi
6464

6565
You can also use Chromium options listed in https://github.com/nwjs/chromium.src/blob/nw18/chrome/common/chrome_switches.cc and https://github.com/nwjs/chromium.src/blob/nw18/content/public/common/content_switches.cc . See also http://peter.sh/experiments/chromium-command-line-switches/
6666

67-
These options can be put into [`chromium-args` in manifest](Manifest Format.md#chromium-args) to get NW.js running with them each time.
67+
These options can be put into [`chromium-args` in manifest](Manifest Format.md#chromium-args) to get NW.js running with them each time.

0 commit comments

Comments
 (0)