Skip to content

Commit 2f6edde

Browse files
authored
docs(useNavigate): fix broken markdown link to history api (#14283)
1 parent 20d8307 commit 2f6edde

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
@@ -82,6 +82,7 @@
8282
- clonemycode
8383
- Cmoen11
8484
- codeape2
85+
- coolport
8586
- coryhouse
8687
- ctnelson1997
8788
- cvbuelow

docs/api/hooks/useNavigate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ navigate(1);
101101

102102
Be cautious with `navigate(number)`. If your application can load up to a
103103
route that has a button that tries to navigate forward/back, there may not be
104-
a `[`History`](https://developer.mozilla.org/en-US/docs/Web/API/History)
104+
a [`History`](https://developer.mozilla.org/en-US/docs/Web/API/History)
105105
entry to go back or forward to, or it can go somewhere you don't expect
106106
(like a different domain).
107107

0 commit comments

Comments
 (0)