We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd8f219 commit 92b97a3Copy full SHA for 92b97a3
1 file changed
src/options.ts
@@ -95,15 +95,15 @@ export interface Options {
95
skipAutoClose?: boolean
96
97
/**
98
- * `userEvent.type` implys a click at the end of the element content/value.
+ * `userEvent.type` implies a click at the end of the element content/value.
99
* This option allows to opt out of this feature.
100
*
101
* @default false
102
*/
103
skipClick?: boolean
104
105
106
- * `userEvent.click` implys moving the cursor to the target element first.
+ * `userEvent.click` implies moving the cursor to the target element first.
107
* This options allows to opt out of this feature.
108
109
0 commit comments