Skip to content

Commit ba7e37e

Browse files
authored
Fix hyperlink of History keyword in useNavigate.md (#14747)
1 parent 1699f35 commit ba7e37e

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
@@ -212,6 +212,7 @@
212212
- kachun333
213213
- Kakamotobi
214214
- kantuni
215+
- kaoths
215216
- kapil-patel
216217
- kapilepatel
217218
- KaranRandhir

docs/api/hooks/useNavigate.md

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

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

0 commit comments

Comments
 (0)