summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2023-08-16 12:09:20 -0600
committerDan Allen <dan.j.allen@gmail.com>2023-08-16 12:09:20 -0600
commit791f1c8f39015b6faec2d8f8034290cb9ce25644 (patch)
tree9d9da8e1652702e62cf86fbf6c0efff5257808bd
parentb2e4fbc5dd245350feee8245ad9dd2ea30914932 (diff)
toclevels attribute should be singular in explanation
-rw-r--r--docs/modules/extend/pages/use-cases.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/modules/extend/pages/use-cases.adoc b/docs/modules/extend/pages/use-cases.adoc
index 5fe9c12a..9efe11de 100644
--- a/docs/modules/extend/pages/use-cases.adoc
+++ b/docs/modules/extend/pages/use-cases.adoc
@@ -228,7 +228,7 @@ This method is invoked for each parent entry in the TOC, starting from the docum
include::example$pdf-converter-additional-toc-entries.rb[]
----
-The depth of the TOC is automatically controlled by the `toclevels` attributes.
+The depth of the TOC is automatically controlled by the `toclevels` attribute.
Once this limit is reached, the converter will not call `get_entries_for_toc` for that parent (as none of its children will be included in the TOC).
[#breakable-tables]