diff --git a/docs/api/chrome-command-line-switches.md b/docs/api/chrome-command-line-switches.md index 158e147d4626..6ac57ac97d88 100644 --- a/docs/api/chrome-command-line-switches.md +++ b/docs/api/chrome-command-line-switches.md @@ -7,7 +7,7 @@ module is emitted: ```javascript var app = require('app'); -app.commandLine.appendSwitch('remote-debugging-port', '88315'); +app.commandLine.appendSwitch('remote-debugging-port', '8315'); app.commandLine.appendSwitch('host-rules', 'MAP * 127.0.0.1'); app.on('ready', function() {