summaryrefslogtreecommitdiff
path: root/docs/modules
diff options
context:
space:
mode:
authorGuillaume Grossetie <ggrossetie@gmail.com>2022-08-21 01:11:10 +0200
committerDan Allen <dan.j.allen@gmail.com>2022-08-20 17:11:38 -0600
commitbba4487717ab6f11e8d6affdad41b11257cc50c4 (patch)
treedb427b2096a6537280c52517baa6c39a3ea68b48 /docs/modules
parenteab6556bf405dedd74a330a6bb5271833f3fd0a9 (diff)
proofreading with LanguageTool (PR #2320)
Diffstat (limited to 'docs/modules')
-rw-r--r--docs/modules/ROOT/pages/notitle.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/modules/ROOT/pages/notitle.adoc b/docs/modules/ROOT/pages/notitle.adoc
index 397868f5..47b050e0 100644
--- a/docs/modules/ROOT/pages/notitle.adoc
+++ b/docs/modules/ROOT/pages/notitle.adoc
@@ -2,14 +2,14 @@
:description: The notitle option hides a section title in the document body. It can also add a preamble, preface, or imported PDF entry to the TOC.
Asciidoctor PDF adds support for the `notitle` option on a section as a way to express that you want the title of that section to be hidden in the document body.
-This option can also be used to add a TOC entnry for a preamble, anonymous preface, or imported PDF page.
+This option can also be used to add a TOC entry for a preamble, anonymous preface, or imported PDF page.
== notitle option
When the `notitle` option is set on a section, the converter will hide the section title in the body of the document, but still display it in the TOC and in cross references to that section.
To hide a section title, add the `notitle` option on the section.
-You can set the notitle option using either the the named attribute syntax, `opts=notitle`, or the shorthand syntax, `%notitle` (preferred).
+You can set the notitle option using either the named attribute syntax, `opts=notitle`, or the shorthand syntax, `%notitle` (preferred).
The following example shows how to use the shorthand syntax.
[,asciidoc]