summaryrefslogtreecommitdiff
path: root/docs/modules/api
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2023-10-11 16:22:20 -0600
committerDan Allen <dan.j.allen@gmail.com>2023-10-11 16:22:20 -0600
commit1d569e79d1e3d57608f4a338cd9976977232f13e (patch)
tree2ed5b1decbae97348dd82898f737d2477d394d75 /docs/modules/api
parentd1ee963be695bc7376709002b748badadd0f025b (diff)
fix option name for :parse_header_only (was :header_only, which is incorrect)
Diffstat (limited to 'docs/modules/api')
-rw-r--r--docs/modules/api/pages/options.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/modules/api/pages/options.adoc b/docs/modules/api/pages/options.adoc
index a91662a1..1b753e41 100644
--- a/docs/modules/api/pages/options.adoc
+++ b/docs/modules/api/pages/options.adoc
@@ -66,7 +66,7 @@ Instead of providing a Ruby block containing extensions to register, this option
|_not set_
|`Extensions::Registry` instance
-|`:header_only`
+|`:parse_header_only`
|If `true`, the parser stops after reading the header.
|`false`
|_Boolean_