From 67e19cac85d210044131fb25dd4b5e50b73b95fa Mon Sep 17 00:00:00 2001 From: Juan Paulo Gutierrez Date: Thu, 24 Dec 2015 20:22:22 +0900 Subject: [PATCH] Removed unnecessary backtick. --- docs/api/chrome-command-line-switches.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/chrome-command-line-switches.md b/docs/api/chrome-command-line-switches.md index edeba0c9ad..798d756820 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`,