Skip to content

Commit 29bda87

Browse files
Corrected a grammatical mistake in a sentence (#10483)
1 parent d5fa8fb commit 29bda87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/components/nav-link.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ You can pass a render prop as children to customize the content of the `<NavLink
8282

8383
## `end`
8484

85-
The `end` prop changes the matching logic for the `active` and `pending` states to only match to the "end" of the NavLinks's `to` path. If the URL is longer than `to`, it will no longer be considered active.
85+
The `end` prop changes the matching logic for the `active` and `pending` states to only match to the "end" of the NavLink's `to` path. If the URL is longer than `to`, it will no longer be considered active.
8686

8787
Without the end prop, this link is always active because every URL matches `/`.
8888

0 commit comments

Comments
 (0)