diff --git a/contributors.yml b/contributors.yml index e985a31b8b..0042fd098f 100644 --- a/contributors.yml +++ b/contributors.yml @@ -237,6 +237,7 @@ - KostiantynPopovych - KubasuIvanSakwa - KutnerUri +- kuzznicki - kylegirard - LadyTsukiko - landisdesign diff --git a/packages/react-router/lib/hooks.tsx b/packages/react-router/lib/hooks.tsx index 597d1417f0..fbc561545c 100644 --- a/packages/react-router/lib/hooks.tsx +++ b/packages/react-router/lib/hooks.tsx @@ -297,7 +297,7 @@ function useIsomorphicLayoutEffect( * * 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). *