summaryrefslogtreecommitdiffstats
path: root/guide/src/format/configuration/general.md
diff options
context:
space:
mode:
Diffstat (limited to 'guide/src/format/configuration/general.md')
-rw-r--r--guide/src/format/configuration/general.md2
1 files changed, 1 insertions, 1 deletions
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 `<html lang="en">` 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**