Skip to content

Commit a9868df

Browse files
authored
Fix typo (#35936)
1 parent 58033f5 commit a9868df

File tree

1 file changed

+1
-1
lines changed
  • files/en-us/web/css/@page/page-orientation

1 file changed

+1
-1
lines changed

files/en-us/web/css/@page/page-orientation/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This descriptor helps with the layout and orientation of printed documents, espe
2626
page-orientation: rotate-left;
2727
}
2828

29-
/* Displays the print content rotated counter-clockwise */
29+
/* Displays the print content rotated clockwise */
3030
@page {
3131
page-orientation: rotate-right;
3232
}

0 commit comments

Comments
 (0)