Removed unnecessary backtick.

This commit is contained in:
Juan Paulo Gutierrez 2015-12-24 20:22:22 +09:00
parent 6aa3464aad
commit 67e19cac85

View file

@ -56,7 +56,7 @@ list of hosts. This flag has an effect only if used in tandem with
For example: For example:
```javascript ```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`, Will use the proxy server for all hosts except for local addresses (`localhost`,