Skip to content

Commit 0f0a298

Browse files
Fix nonsensical phrase in documentation.
Closes #372.
1 parent 66bcb29 commit 0f0a298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ value})``. Possible options are:
296296
text nodes.
297297
* `mergeAttrs` (default: `false`): Merge attributes and child elements as
298298
properties of the parent, instead of keying attributes off a child
299-
attribute object. This option is ignored if `ignoreAttrs` is `false`.
299+
attribute object. This option is ignored if `ignoreAttrs` is `true`.
300300
* `validator` (default `null`): You can specify a callable that validates
301301
the resulting structure somehow, however you want. See unit tests
302302
for an example.

0 commit comments

Comments
 (0)