From 543c3068dfd3b570c2459dbc374017c2f76dbdc7 Mon Sep 17 00:00:00 2001 From: jcesarmobile Date: Wed, 18 Mar 2026 16:16:00 +0100 Subject: [PATCH] docs: Fix wording in keyboard configuration section --- keyboard/README.md | 2 +- keyboard/src/definitions.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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?: { /**