Skip to content

Commit 39eecea

Browse files
brophdawg11mcansh
andauthored
Fix typo
Co-authored-by: Logan McAnsh <[email protected]>
1 parent f22f00a commit 39eecea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-router-dom/__tests__/link-click-test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ describe("A <Link> click", () => {
9696
expect(h1?.textContent).toEqual("About");
9797
});
9898

99-
describe("when ab external absolute URL is specified", () => {
99+
describe("when an external absolute URL is specified", () => {
100100
it("does not prevent default", () => {
101101
function Home() {
102102
return (

0 commit comments

Comments
 (0)