Skip to content

Commit 0933dd5

Browse files
authored
chore: remove redundant word in comment (#3742)
remove redundant word in comment
1 parent bc76bbd commit 0933dd5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/@headlessui-react/src/components/dialog/dialog.test.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1076,7 +1076,7 @@ describe('Mouse interactions', () => {
10761076
// Verify that the wrapper function has not been called yet
10771077
expect(wrapperFn).toHaveBeenCalledTimes(0)
10781078

1079-
// Click the button inside the the Dialog
1079+
// Click the button inside the Dialog
10801080
await click(getByText('Inside'))
10811081

10821082
// Verify it is closed
@@ -1119,7 +1119,7 @@ describe('Mouse interactions', () => {
11191119
// Verify it is open
11201120
assertDialog({ state: DialogState.Visible })
11211121

1122-
// Click the button inside the the Dialog
1122+
// Click the button inside the Dialog
11231123
await click(getByText('Inside'))
11241124

11251125
// Verify it is still open

packages/@headlessui-vue/src/components/dialog/dialog.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1821,7 +1821,7 @@ describe('Mouse interactions', () => {
18211821
// Verify that the wrapper function has not been called yet
18221822
expect(wrapperFn).toHaveBeenCalledTimes(0)
18231823

1824-
// Click the button inside the the Dialog
1824+
// Click the button inside the Dialog
18251825
await click(getByText('Inside'))
18261826

18271827
// Verify it is closed
@@ -1864,7 +1864,7 @@ describe('Mouse interactions', () => {
18641864
// Verify it is open
18651865
assertDialog({ state: DialogState.Visible })
18661866

1867-
// Click the button inside the the Dialog
1867+
// Click the button inside the Dialog
18681868
await click(getByText('Inside'))
18691869

18701870
// Verify it is still open

0 commit comments

Comments
 (0)