Fix docs typo

It was breaking the docs site build because it's a code block type
This commit is contained in:
Jessica Lord 2015-07-11 19:46:26 -07:00
parent 967c273ddb
commit 1249196118
2 changed files with 2 additions and 2 deletions

View file

@ -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 });

View file

@ -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 });