Skip to content

Commit c5012af

Browse files
committed
chore: generate markdown docs from jsdocs
1 parent 8a10826 commit c5012af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)