From 1b02b28180ac8dd1e839823a13077cf2eb4af888 Mon Sep 17 00:00:00 2001 From: speciose Date: Wed, 18 May 2016 19:50:17 +0400 Subject: [PATCH] docs(keyboard): fix spelling (#6566) --- ionic/util/keyboard.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ionic/util/keyboard.ts b/ionic/util/keyboard.ts index bd96d1c53c..229fbd951b 100644 --- a/ionic/util/keyboard.ts +++ b/ionic/util/keyboard.ts @@ -31,7 +31,7 @@ export class Keyboard { /** - * Chech to see if the keyboard is open or not. + * Check to see if the keyboard is open or not. * * ```ts * export class MyClass{