summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2022-09-21 04:52:58 -0600
committerDan Allen <dan.j.allen@gmail.com>2022-09-21 04:53:17 -0600
commit51e0df7066bfbae64822619b93e1ae949100541d (patch)
tree270aa29913eae8a61bbc2666e089583659bfc9ca
parent5f1964b919c8d08acf70f5a0dbb35a4897b8b9c9 (diff)
slight rewording in theming system intro
-rw-r--r--docs/modules/theme/pages/index.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/modules/theme/pages/index.adoc b/docs/modules/theme/pages/index.adoc
index 498ee412..f0cf2a29 100644
--- a/docs/modules/theme/pages/index.adoc
+++ b/docs/modules/theme/pages/index.adoc
@@ -4,7 +4,7 @@
Asciidoctor PDF includes a theming system that allows you to control the layout and styling of the PDF that Asciidoctor PDF generates from AsciiDoc.
The theming system comes with a default theme as well as several additional built-in themes.
-If you're looking for a professional-looking result, the default theme may suit your needs.
+If you're just seeking a professional-looking result, the default theme may suit your needs.
Other built-in themes offer variations on this style for different needs, such as print-optimized styling, extended character support (including emoji), or a sans serif font.
If you want to customize the layout and styling of the PDF, you can extend one of the built-in themes to change or add styles or you can develop a custom theme from scratch.