Skip to content

Commit

Permalink
Update packages/react-router-dom/__tests__/data-browser-router-test.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Jacob Ebey <jacob.ebey@live.com>
  • Loading branch information
brophdawg11 and jacob-ebey committed Aug 2, 2023
1 parent 2aef4a2 commit de78d21
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2939,7 +2939,7 @@ function testDomRouter(
});
});

it("allows uer to specify search params and hash", async () => {
it("allows user to specify search params and hash", async () => {
let router = createTestRouter(
createRoutesFromElements(
<Route path="/">
Expand Down

0 comments on commit de78d21

Please sign in to comment.