Skip to content

Commit edb5ba1

Browse files
committed
Fix node type formatting
1 parent 3647647 commit edb5ba1

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
@@ -74,7 +74,7 @@ find(node, condition)
7474

7575
Return the first node that matches `condition`, or `undefined` if no node matches.
7676

77-
- `node` (`[Node](https://github.com/wooorm/unist#node)`) - Node to search
77+
- `node` ([`Node`](https://github.com/wooorm/unist#node)) - Node to search
7878
- `condition` (`string`, `object` or `function`) - Condition used to test each node. Behaviour depends on the type of the condition:
7979
- `string` finds first node with a truthy property matching `string`
8080
- `object` finds first node that has matching values for all properties of `object`

0 commit comments

Comments
 (0)