From bbaf85aa0c603d019636612d5716139822b20bad Mon Sep 17 00:00:00 2001 From: TJ Mazeika Date: Mon, 4 Apr 2022 04:38:51 -0400 Subject: change :templates_dir API option to :template_dirs (PR #4260) --- docs/modules/convert/pages/templates.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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] ---- -- cgit v1.2.3