From e76e3ac1689f3843d474ca64bcf263d1b1c652b4 Mon Sep 17 00:00:00 2001 From: Marco Ilari Date: Fri, 29 Jul 2022 12:03:27 +0200 Subject: [PATCH] Fix typo in pointer options comments --- src/options.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/options.ts b/src/options.ts index b989f3dd..3bd83aea 100644 --- a/src/options.ts +++ b/src/options.ts @@ -95,7 +95,7 @@ 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 @@ -103,7 +103,7 @@ export interface Options { 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