Merge pull request #5840 from electron/code-block-name

Correct typo in code block name
This commit is contained in:
Kevin Sawicki 2016-06-02 09:40:07 -07:00
commit b0ccf6fd74

View file

@ -391,7 +391,7 @@ first available device will be selected. `callback` should be called with
`deviceId` to be selected, passing empty string to `callback` will
cancel the request.
```javacript
```javascript
app.commandLine.appendSwitch('enable-web-bluetooth')
app.on('ready', () => {