docs: fix typo

This commit is contained in:
Sergey R 2015-05-04 02:21:07 +03:00
parent 4608f5e9cd
commit abe63ebd84

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)