docs: fix typo
This commit is contained in:
parent
4608f5e9cd
commit
abe63ebd84
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ To set the progress bar for a Window, you can use the
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
var window = new BrowserWindow({...});
|
var window = new BrowserWindow({...});
|
||||||
window.setProgresssBar(0.5);
|
window.setProgressBar(0.5);
|
||||||
```
|
```
|
||||||
|
|
||||||
## Represented file of window (OS X)
|
## Represented file of window (OS X)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue