From 12cae824b189e847ab15ec0525637aa90d922ea1 Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Thu, 14 Sep 2023 09:36:14 -0400 Subject: [PATCH] typo --- core/src/utils/input-shims/hacks/scroll-assist.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/utils/input-shims/hacks/scroll-assist.ts b/core/src/utils/input-shims/hacks/scroll-assist.ts index 1b35367ce9..01f810f329 100644 --- a/core/src/utils/input-shims/hacks/scroll-assist.ts +++ b/core/src/utils/input-shims/hacks/scroll-assist.ts @@ -74,7 +74,7 @@ export const enableScrollAssist = ( * This means that if the keyboard changes but does not change * geometry, then scroll assist will not re-run even if * the user has scrolled the text field under the keyboard. - * This should not be a problem when running in Cordova/Capacitor + * This is not a problem when running in Cordova/Capacitor * because `ionKeyboardDidShow` uses the native events * which fire every time the keyboard changes. */