X Tutup
Skip to content

Commit da727a3

Browse files
committed
Fix display.rotation documentation
1 parent 394ffa8 commit da727a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/api/screen.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ a remote, virtual display.
6262

6363
* `display` object
6464
* `id` Integer - Unique identifier associated with the display.
65-
* `rotation` Integer - Can be 0, 1, 2, 3, each represents screen rotation in
66-
clock-wise degrees of 0, 90, 180, 270.
65+
* `rotation` Integer - Can be 0, 90, 180, 270, represents screen rotation in
66+
clock-wise degrees.
6767
* `scaleFactor` Number - Output device's pixel scale factor.
6868
* `touchSupport` String - Can be `available`, `unavailable`, `unknown`.
6969
* `bounds` Object

0 commit comments

Comments
 (0)
X Tutup