summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-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]
----