From 29e25642ed679036649e56df4f610610db70e1a8 Mon Sep 17 00:00:00 2001 From: Maikel van Dort Date: Thu, 5 Mar 2026 22:45:03 +0100 Subject: [PATCH] docs: correct option name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b454398..6ea39be 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ Parse the data provided, wrap the result in a new node, and return the root of t style: true, // keep text content when parsing pre: true // keep text content when parsing }, - closeAllOnClosing: false // Close all non-closed tags when containing element closes + closeAllByClosing: false // Close all non-closed tags when containing element closes } ```