From cd673a3697ace0fbf3fa894fa01c36b6b2fafe9f Mon Sep 17 00:00:00 2001 From: "trop[bot]" <37223003+trop[bot]@users.noreply.github.com> Date: Sun, 16 May 2021 18:15:39 -0700 Subject: [PATCH] docs: --force-fieldtrials was h2 rather than h3 (#29181) 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 <5957867+noelleleigh@users.noreply.github.com> --- docs/api/command-line-switches.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/command-line-switches.md b/docs/api/command-line-switches.md index b84f697ff4..5182f7f3f8 100644 --- a/docs/api/command-line-switches.md +++ b/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.