diff --git a/docs/api/chrome-command-line-switches.md b/docs/api/chrome-command-line-switches.md index edeba0c9ad1b..798d756820ad 100644 --- a/docs/api/chrome-command-line-switches.md +++ b/docs/api/chrome-command-line-switches.md @@ -56,7 +56,7 @@ list of hosts. This flag has an effect only if used in tandem with For example: ```javascript -app.commandLine.appendSwitch('proxy-bypass-list', ';*.google.com;*foo.com;1.2.3.4:5678')` +app.commandLine.appendSwitch('proxy-bypass-list', ';*.google.com;*foo.com;1.2.3.4:5678') ``` Will use the proxy server for all hosts except for local addresses (`localhost`,