Merge pull request #1565 from chicoxyzzy/patch-1

docs: fix typo
This commit is contained in:
Cheng Zhao 2015-05-04 12:18:04 +08:00
commit 921e7e0f91

View file

@ -165,7 +165,7 @@ To set the progress bar for a Window, you can use the
```javascript
var window = new BrowserWindow({...});
window.setProgresssBar(0.5);
window.setProgressBar(0.5);
```
## Represented file of window (OS X)