Skip to content

Commit

Permalink
docs: --force-fieldtrials was h2 rather than h3 (electron#29161)
Browse files Browse the repository at this point in the history
All the other argument headers were h3 (`###`) but `--force-fieldtrials` was h2 (`##`) for some reason. 
I changed it to make it consistent with the others.
  • Loading branch information
noelleleigh authored May 15, 2021
1 parent 1c33396 commit 5e6f834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/command-line-switches.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ This switch can not be used in `app.commandLine.appendSwitch` since it is parsed
earlier than user's app is loaded, but you can set the `ELECTRON_ENABLE_LOGGING`
environment variable to achieve the same effect.

## --force-fieldtrials=`trials`
### --force-fieldtrials=`trials`

Field trials to be forcefully enabled or disabled.

Expand Down

0 comments on commit 5e6f834

Please sign in to comment.