diff options
Diffstat (limited to 'docs/modules/api')
| -rw-r--r-- | docs/modules/api/pages/options.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/modules/api/pages/options.adoc b/docs/modules/api/pages/options.adoc index c0f30552..ca11e3b1 100644 --- a/docs/modules/api/pages/options.adoc +++ b/docs/modules/api/pages/options.adoc @@ -57,8 +57,8 @@ _(Experimental)._ |_not set_ |A Ruby block that conforms to the Asciidoctor extensions API (the same code that would be passed to the `Extensions.register` method). -|`:extensions_registry` -|Overrides the xref:extensions:register.adoc[extensions registry] instance. +|`:extension_registry` +|Overrides the extensions registry instance. Instead of providing a Ruby block containing extensions to register, this option lets you replace the extension registry itself, giving you complete control over how extensions are registered for this processor. |_not set_ |`Extensions::Registry` instance |
