Skip to content

Commit 2fd73b8

Browse files
committed
Fix typo
1 parent ed0bccd commit 2fd73b8

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
@@ -62,7 +62,7 @@ but `visitor` has a different signature.
6262

6363
Instead of being passed an array of ancestors, `visitor` is invoked with the
6464
`node`’s [`index`][index] and its [`parent`][parent]. The optional return value
65-
`next` is documented in [`unist-util-visit-parents`][vp]’s README.
65+
`next` is documented in [`unist-util-visit-parents`][vp]’s readme.
6666

6767
Otherwise the same as [`unist-util-visit-parents`][vp].
6868

0 commit comments

Comments
 (0)