Skip to content

Commit f8e1995

Browse files
authored
Merge pull request #304 from Netail/docs/correct-option-name
docs: correct option name
2 parents ea54b3a + 29e2564 commit f8e1995

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Parse the data provided, wrap the result in a new node, and return the root of t
9797
style: true, // keep text content when parsing
9898
pre: true // keep text content when parsing
9999
},
100-
closeAllOnClosing: false // Close all non-closed tags when containing element closes
100+
closeAllByClosing: false // Close all non-closed tags when containing element closes
101101
}
102102
```
103103

0 commit comments

Comments
 (0)