Removed unnecessary backtick.
authorJuan Paulo Gutierrez <juanpaulo.gutierrez@gmail.com>
Thu, 24 Dec 2015 11:22:22 +0000 (20:22 +0900)
committerJuan Paulo Gutierrez <juanpaulo.gutierrez@gmail.com>
Thu, 24 Dec 2015 11:22:22 +0000 (20:22 +0900)
docs/api/chrome-command-line-switches.md

index edeba0c..798d756 100644 (file)
@@ -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', '<local>;*.google.com;*foo.com;1.2.3.4:5678')`
+app.commandLine.appendSwitch('proxy-bypass-list', '<local>;*.google.com;*foo.com;1.2.3.4:5678')
 ```
 
 Will use the proxy server for all hosts except for local addresses (`localhost`,