summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2022-08-05 02:35:38 -0600
committerDan Allen <dan.j.allen@gmail.com>2022-08-05 02:35:38 -0600
commit8d4c351b03827d1f6d6dd981e559dcbb7f270708 (patch)
treec417724cadd92ee8920a104179aed5353a143273
parente7b2b805bae9efeea15081c531f2fadc7e309218 (diff)
fix casing in key name
-rw-r--r--docs/modules/ROOT/pages/autofit-text.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/modules/ROOT/pages/autofit-text.adoc b/docs/modules/ROOT/pages/autofit-text.adoc
index fe62e3af..1e8cd37e 100644
--- a/docs/modules/ROOT/pages/autofit-text.adoc
+++ b/docs/modules/ROOT/pages/autofit-text.adoc
@@ -12,9 +12,9 @@ To help address this problem, Asciidoctor PDF provides the `autofit` option on a
When the `autofit` option is enabled, Asciidoctor PDF will decrease the font size as much as it can until the longest line fits without wrapping.
-CAUTION: The converter won't shrink the font size beyond the value of the `base_font_size_min` key specified in the PDF theme.
+CAUTION: The converter won't shrink the font size beyond the value of the `base-font-size-min` key specified in the PDF theme.
If that threshold is reached, lines may still wrap.
-To allow `autofit` to handle all cases, set `base_font_size_min` to `0` in your theme.
+To allow `autofit` to handle all cases, set `base-font-size-min` to `0` in your theme.
Here's an example of the `autofit` option enabled on a source block: