Skip to content

Commit 92b97a3

Browse files
authored
docs: fix typo in options comments (#1004)
1 parent fd8f219 commit 92b97a3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/options.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,15 +95,15 @@ export interface Options {
9595
skipAutoClose?: boolean
9696

9797
/**
98-
* `userEvent.type` implys a click at the end of the element content/value.
98+
* `userEvent.type` implies a click at the end of the element content/value.
9999
* This option allows to opt out of this feature.
100100
*
101101
* @default false
102102
*/
103103
skipClick?: boolean
104104

105105
/**
106-
* `userEvent.click` implys moving the cursor to the target element first.
106+
* `userEvent.click` implies moving the cursor to the target element first.
107107
* This options allows to opt out of this feature.
108108
*
109109
* @default false

0 commit comments

Comments
 (0)