diff options
| author | TJ Mazeika <mazeika.tj@gmail.com> | 2022-04-04 04:38:51 -0400 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2022-04-04 02:40:21 -0600 |
| commit | bbaf85aa0c603d019636612d5716139822b20bad (patch) | |
| tree | 65e76a91a456ad492022e62b9026cc74cf047644 /docs | |
| parent | ec17473f83a1ac27bff8c2e04cb02f7465e6b65f (diff) | |
change :templates_dir API option to :template_dirs (PR #4260)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/modules/convert/pages/templates.adoc | 2 |
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] ---- |
