We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3647647 commit edb5ba1Copy full SHA for edb5ba1
README.md
@@ -74,7 +74,7 @@ find(node, condition)
74
75
Return the first node that matches `condition`, or `undefined` if no node matches.
76
77
-- `node` (`[Node](https://github.com/wooorm/unist#node)`) - Node to search
+- `node` ([`Node`](https://github.com/wooorm/unist#node)) - Node to search
78
- `condition` (`string`, `object` or `function`) - Condition used to test each node. Behaviour depends on the type of the condition:
79
- `string` finds first node with a truthy property matching `string`
80
- `object` finds first node that has matching values for all properties of `object`
0 commit comments