diff --git a/keyboard/README.md b/keyboard/README.md index eddd2a07f..98ffba586 100644 --- a/keyboard/README.md +++ b/keyboard/README.md @@ -33,7 +33,7 @@ Keyboard.addListener('keyboardDidHide', () => { ## Configuration -On iOS, the keyboard can be configured with the following options: +The keyboard can be configured with the following options: | Prop | Type | Description | Default | Since | | ------------------------ | --------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------- | ----- | diff --git a/keyboard/src/definitions.ts b/keyboard/src/definitions.ts index c712c598b..08ccf2a4d 100644 --- a/keyboard/src/definitions.ts +++ b/keyboard/src/definitions.ts @@ -5,7 +5,7 @@ import type { PluginListenerHandle } from '@capacitor/core'; declare module '@capacitor/cli' { export interface PluginsConfig { /** - * On iOS, the keyboard can be configured with the following options: + * The keyboard can be configured with the following options: */ Keyboard?: { /**