From 0d5d4f30a90844dffef29d3d23a797fdc09c2e39 Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 25 Sep 2018 16:51:53 +0200 Subject: [PATCH] docs(keyboard): fix small typo --- src/@ionic-native/plugins/keyboard/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/@ionic-native/plugins/keyboard/index.ts b/src/@ionic-native/plugins/keyboard/index.ts index 8aa711996..76fbe5879 100644 --- a/src/@ionic-native/plugins/keyboard/index.ts +++ b/src/@ionic-native/plugins/keyboard/index.ts @@ -58,7 +58,7 @@ export class Keyboard extends IonicNativePlugin { show(): void {} /** - * Programatically set the resize mode + * Programmatically set the resize mode */ @Cordova({ sync: true,