From cf19eb13866cf4a9322fd14cb4c0cf34c3706c19 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Fri, 29 Sep 2023 14:33:20 -0700 Subject: [PATCH] Fix `text-direction` in documentation. --- guide/src/format/configuration/general.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/src/format/configuration/general.md b/guide/src/format/configuration/general.md index 887cf0cd..fefd7159 100644 --- a/guide/src/format/configuration/general.md +++ b/guide/src/format/configuration/general.md @@ -47,7 +47,7 @@ This is general information about your book. key in the configuration file. - **language:** The main language of the book, which is used as a language attribute `` for example. This is also used to derive the direction of text (RTL, LTR) within the book. -- **text_direction**: The direction of text in the book: Left-to-right (LTR) or Right-to-left (RTL). Possible values: `ltr`, `rtl`. +- **text-direction**: The direction of text in the book: Left-to-right (LTR) or Right-to-left (RTL). Possible values: `ltr`, `rtl`. When not specified, the text direction is derived from the book's `language` attribute. **book.toml**