summaryrefslogtreecommitdiff
path: root/docs/modules
diff options
context:
space:
mode:
authorTJ Mazeika <mazeika.tj@gmail.com>2022-04-04 04:38:51 -0400
committerDan Allen <dan.j.allen@gmail.com>2022-04-04 02:40:21 -0600
commitbbaf85aa0c603d019636612d5716139822b20bad (patch)
tree65e76a91a456ad492022e62b9026cc74cf047644 /docs/modules
parentec17473f83a1ac27bff8c2e04cb02f7465e6b65f (diff)
change :templates_dir API option to :template_dirs (PR #4260)
Diffstat (limited to 'docs/modules')
-rw-r--r--docs/modules/convert/pages/templates.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/modules/convert/pages/templates.adoc b/docs/modules/convert/pages/templates.adoc
index 1076a1b1..94ab128e 100644
--- a/docs/modules/convert/pages/templates.adoc
+++ b/docs/modules/convert/pages/templates.adoc
@@ -601,7 +601,7 @@ To load templates from multiple directories when using the CLI, you can pass eac
$ asciidoctor -T /path/to/common-templates -T /path/to/specialized-templates -E slim doc.adoc
-When using the API, you add all the template directories to the array value of the `:templates_dir` option:
+When using the API, you add all the template directories to the array value of the `:template_dirs` option:
[,ruby]
----