We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a10826 commit c5012afCopy full SHA for c5012af
docs/api/hooks/useNavigate.md
@@ -103,7 +103,7 @@ navigate(1);
103
104
Be cautious with `navigate(number)`. If your application can load up to a
105
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)
+a [`History`](https://developer.mozilla.org/en-US/docs/Web/API/History)
107
entry to go back or forward to, or it can go somewhere you don't expect
108
(like a different domain).
109
0 commit comments