Browse Source

docs: --force-fieldtrials was h2 rather than h3 (#29182)

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.

Co-authored-by: Noelle Leigh <[email protected]>
trop[bot] 3 years ago
parent
commit
4877292934
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/api/command-line-switches.md

+ 1 - 1
docs/api/command-line-switches.md

@@ -80,7 +80,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.