Skip to content

Commit 3758f6d

Browse files
authored
docs: fix returns
1 parent 120edaa commit 3758f6d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/monitor.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,22 +21,22 @@ const { height } = windowManager.getPrimaryWindow().getWorkArea();
2121

2222
#### monitor.getBounds() `Windows`
2323

24-
- Returns [`Rectangle`](rectangle.md)
24+
Returns [`Rectangle`](rectangle.md)
2525

2626
#### monitor.getWorkArea() `Windows`
2727

2828
Gets monitor working area bounds.
2929

30-
- Returns [`Rectangle`](rectangle.md)
30+
Returns [`Rectangle`](rectangle.md)
3131

3232
#### monitor.isPrimary() `Windows`
3333

3434
Whether the monitor is primary.
3535

36-
- Returns `boolean`
36+
Returns `boolean`
3737

3838
#### monitor.getScaleFactor() `Windows`
3939

4040
Gets monitor scale factor (DPI).
4141

42-
- Returns `number`
42+
Returns `number`

0 commit comments

Comments
 (0)