Skip to content

Commit 4ec6634

Browse files
authored
docs(components/link.md): Fix typo (#9718)
* Fix typo in Link component docs * Update contributors.yml
1 parent 93d2e4f commit 4ec6634

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

contributors.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
- bavardage
1818
- BDomzalski
1919
- bhbs
20+
- bobziroll
2021
- BrianT1414
2122
- brockross
2223
- brophdawg11

docs/components/link.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ A relative `<Link to>` value (that does not begin with `/`) resolves relative to
5656

5757
## `relative`
5858

59-
By default, links are relative to the route hierarchy, so `..` will go up one `Route` level. Occasionally, you may find that you have matching URL patterns that do not make sense to be nested, and you're prefer to use relative _path_ routing. You can opt into this behavior with `relative`:
59+
By default, links are relative to the route hierarchy, so `..` will go up one `Route` level. Occasionally, you may find that you have matching URL patterns that do not make sense to be nested, and you'd prefer to use relative _path_ routing. You can opt into this behavior with `relative`:
6060

6161
```jsx
6262
// Contact and EditContact do not share additional UI layout

0 commit comments

Comments
 (0)