mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Fix docs typo
It was breaking the docs site build because it's a code block type
This commit is contained in:
@@ -1059,7 +1059,7 @@ app.on('ready', function() {
|
||||
|
||||
The `cookies` gives you ability to query and modify cookies, an example is:
|
||||
|
||||
```javascipt
|
||||
```javascript
|
||||
var BrowserWindow = require('browser-window');
|
||||
|
||||
var win = new BrowserWindow({ width: 800, height: 600 });
|
||||
|
||||
@@ -1059,7 +1059,7 @@ app.on('ready', function() {
|
||||
|
||||
The `cookies` gives you ability to query and modify cookies, an example is:
|
||||
|
||||
```javascipt
|
||||
```javascript
|
||||
var BrowserWindow = require('browser-window');
|
||||
|
||||
var win = new BrowserWindow({ width: 800, height: 600 });
|
||||
|
||||
Reference in New Issue
Block a user