Merge pull request #3915 from juanpaulo/master

Removed unnecessary backtick
This commit is contained in:
Cheng Zhao 2015-12-24 20:11:59 +08:00
commit f5a093db58

View 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`,