summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2022-07-06 23:50:53 -0600
committerDan Allen <dan.j.allen@gmail.com>2022-07-07 02:46:19 -0600
commit0b4da859def75d71eb46b0f8b2f197383ccd2cc7 (patch)
tree70378d9c631d5d6d77f729999838f00ac962e234 /docs
parentb81c8fec88b5a995b1771e3dfb3c7a5a8c33ae51 (diff)
fix missing period in docs
Diffstat (limited to 'docs')
-rw-r--r--docs/modules/convert/pages/custom.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/modules/convert/pages/custom.adoc b/docs/modules/convert/pages/custom.adoc
index 82495864..a33989c4 100644
--- a/docs/modules/convert/pages/custom.adoc
+++ b/docs/modules/convert/pages/custom.adoc
@@ -377,7 +377,7 @@ To write a fully-functional converter, you'll need to provide a convert method f
== Convert to text only
You may want to extract the text from an AsciiDoc document without any markup.
-Since there's no single definition of what "plain text" is, this is a perfect opportunity to use a custom converter
+Since there's no single definition of what "plain text" is, this is a perfect opportunity to use a custom converter.
Begin by defining a `TextConverter` that is registered with the `text` backend, as follows: