Skip to content

Commit b292c71

Browse files
authored
Fix the module name (mdn#42813)
1 parent d643cc9 commit b292c71

File tree

1 file changed

+1
-1
lines changed
  • files/en-us/web/css/guides/writing_modes

1 file changed

+1
-1
lines changed

files/en-us/web/css/guides/writing_modes/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ A _writing mode_ in CSS is determined by the {{cssxref("writing-mode")}}, {{cssx
1515

1616
Some horizontal languages are left-to-right, including Latin and Indic scripts. Other horizontal languages are written right-to-left, including Hebrew and Arabic scripts. Sometimes text needs to be bidirectional, such as when mixing left-to-right and right-to-left scripts. Some languages can be written with a vertical orientation, for example, Chinese, Japanese, and Korean (CJK) scripts.
1717

18-
The CSS writing module addresses the orientations of all writing modes. Other modules, such as the [CSS ruby layout](/en-US/docs/Web/CSS) module, provide rendering models and formatting controls related to the display text annotations.
18+
The CSS writing modes module addresses the orientations of all writing modes. Other modules, such as the [CSS ruby layout](/en-US/docs/Web/CSS) module, provide rendering models and formatting controls related to the display text annotations.
1919

2020
## Reference
2121

0 commit comments

Comments
 (0)