Browse Source

Merge pull request #2195 from atom/jl-docs-typo

Fix docs typo
Cheng Zhao 9 years ago
parent
commit
886db7a3f2
2 changed files with 2 additions and 2 deletions
  1. 1 1
      docs/api/browser-window-ko.md
  2. 1 1
      docs/api/browser-window.md

+ 1 - 1
docs/api/browser-window-ko.md

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

+ 1 - 1
docs/api/browser-window.md

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