Skip to content

Commit

Permalink
docs: fix typo in options comments (#1004)
Browse files Browse the repository at this point in the history
  • Loading branch information
marilari88 committed Aug 1, 2022
1 parent fd8f219 commit 92b97a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/options.ts
Expand Up @@ -95,15 +95,15 @@ export interface Options {
skipAutoClose?: boolean

/**
* `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.
* This option allows to opt out of this feature.
*
* @default false
*/
skipClick?: boolean

/**
* `userEvent.click` implys moving the cursor to the target element first.
* `userEvent.click` implies moving the cursor to the target element first.
* This options allows to opt out of this feature.
*
* @default false
Expand Down

0 comments on commit 92b97a3

Please sign in to comment.