Skip to content

Commit cf19eb1

Browse files
committed
Fix text-direction in documentation.
1 parent 0583119 commit cf19eb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guide/src/format/configuration/general.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ This is general information about your book.
4747
key in the configuration file.
4848
- **language:** The main language of the book, which is used as a language attribute `<html lang="en">` for example.
4949
This is also used to derive the direction of text (RTL, LTR) within the book.
50-
- **text_direction**: The direction of text in the book: Left-to-right (LTR) or Right-to-left (RTL). Possible values: `ltr`, `rtl`.
50+
- **text-direction**: The direction of text in the book: Left-to-right (LTR) or Right-to-left (RTL). Possible values: `ltr`, `rtl`.
5151
When not specified, the text direction is derived from the book's `language` attribute.
5252

5353
**book.toml**

0 commit comments

Comments
 (0)