Skip to content

Commit 120edaa

Browse files
authored
docs: fix returns
1 parent 799ba13 commit 120edaa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/window.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ We try to keep this class similar to Electron's known [`BrowserWindow`](https://
1818

1919
#### win.getBounds() `Windows` `macOS`
2020

21-
- Returns [`Rectangle`](#object-rectangle)
21+
Returns [`Rectangle`](#object-rectangle)
2222

2323
#### win.setBounds(bounds: Rectangle) `Windows` `macOS`
2424

@@ -30,7 +30,7 @@ window.setBounds({ height: 50 });
3030

3131
#### win.getTitle() `Windows` `macOS`
3232

33-
- Returns `string`
33+
Returns `string`
3434

3535
#### win.show() `Windows`
3636

@@ -94,4 +94,4 @@ Returns `Window`
9494

9595
- `size` number - can be `16`, `32`, `64` or `256`. By default it's `64`.
9696

97-
Returns a png Buffer
97+
Returns a png Buffer

0 commit comments

Comments
 (0)