diff --git a/contributors.yml b/contributors.yml index f6cb3b0729..5b7945121e 100644 --- a/contributors.yml +++ b/contributors.yml @@ -212,6 +212,7 @@ - kachun333 - Kakamotobi - kantuni +- kaoths - kapil-patel - kapilepatel - KaranRandhir diff --git a/docs/api/hooks/useNavigate.md b/docs/api/hooks/useNavigate.md index ffc0cf2a2d..d8a75751bd 100644 --- a/docs/api/hooks/useNavigate.md +++ b/docs/api/hooks/useNavigate.md @@ -103,7 +103,7 @@ navigate(1); Be cautious with `navigate(number)`. If your application can load up to a route that has a button that tries to navigate forward/back, there may not be -a `[`History`](https://developer.mozilla.org/en-US/docs/Web/API/History) +a [`History`](https://developer.mozilla.org/en-US/docs/Web/API/History) entry to go back or forward to, or it can go somewhere you don't expect (like a different domain).