From 92b97a3adc121a8e81de88781be111a5b4e81155 Mon Sep 17 00:00:00 2001 From: Marco Ilari Date: Mon, 1 Aug 2022 13:21:32 +0200 Subject: [PATCH] docs: fix typo in options comments (#1004) --- 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