Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion keyboard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
| ------------------------ | --------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------- | ----- |
Expand Down
2 changes: 1 addition & 1 deletion keyboard/src/definitions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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?: {
/**
Expand Down
Loading