diff --git a/contributors.yml b/contributors.yml index 0b1dee6722..eeb4d400e1 100644 --- a/contributors.yml +++ b/contributors.yml @@ -308,6 +308,7 @@ - pawelblaszczyk5 - pcattori - penx +- peterneave - petersendidit - phildl - phryneas diff --git a/packages/react-router/lib/dom/lib.tsx b/packages/react-router/lib/dom/lib.tsx index ecbe52374e..92cda6b050 100644 --- a/packages/react-router/lib/dom/lib.tsx +++ b/packages/react-router/lib/dom/lib.tsx @@ -766,7 +766,7 @@ export function createBrowserRouter( /** * Create a new {@link DataRouter| data router} that manages the application - * path via the URL [`hash`]https://developer.mozilla.org/en-US/docs/Web/API/URL/hash). + * path via the URL [`hash`](https://developer.mozilla.org/en-US/docs/Web/API/URL/hash). * * @public * @category Data Routers