mirror of
https://github.com/HackPlan/atom-shell.git
synced 2026-03-27 22:46:38 +08:00
docs: fix typo
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user