Merge pull request #5840 from electron/code-block-name
Correct typo in code block name
This commit is contained in:
commit
b0ccf6fd74
1 changed files with 1 additions and 1 deletions
|
@ -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', () => {
|
||||
|
|
Loading…
Reference in a new issue