Skip to content

Commit 7579317

Browse files
authored
docs: Fix wording in keyboard configuration section (#2499)
1 parent 78a4a36 commit 7579317

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

keyboard/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Keyboard.addListener('keyboardDidHide', () => {
3333

3434
## Configuration
3535

36-
On iOS, the keyboard can be configured with the following options:
36+
The keyboard can be configured with the following options:
3737

3838
| Prop | Type | Description | Default | Since |
3939
| ------------------------ | --------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------- | ----- |

keyboard/src/definitions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import type { PluginListenerHandle } from '@capacitor/core';
55
declare module '@capacitor/cli' {
66
export interface PluginsConfig {
77
/**
8-
* On iOS, the keyboard can be configured with the following options:
8+
* The keyboard can be configured with the following options:
99
*/
1010
Keyboard?: {
1111
/**

0 commit comments

Comments
 (0)