Skip to content

Commit

Permalink
Fix nonsensical phrase in documentation.
Browse files Browse the repository at this point in the history
Closes #372.
  • Loading branch information
Leonidas-from-XIV committed Jun 15, 2018
1 parent 66bcb29 commit 0f0a298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ value})``. Possible options are:
text nodes.
* `mergeAttrs` (default: `false`): Merge attributes and child elements as
properties of the parent, instead of keying attributes off a child
attribute object. This option is ignored if `ignoreAttrs` is `false`.
attribute object. This option is ignored if `ignoreAttrs` is `true`.
* `validator` (default `null`): You can specify a callable that validates
the resulting structure somehow, however you want. See unit tests
for an example.
Expand Down

0 comments on commit 0f0a298

Please sign in to comment.