Skip to content

Commit 051fe06

Browse files
committed
Fixing Typo
NativeKeyboarMock should NativeKeyboardMock
1 parent c8cb057 commit 051fe06

File tree

1 file changed

+1
-1
lines changed
  • src/@ionic-native-mocks/plugins/native-keyboard

1 file changed

+1
-1
lines changed

src/@ionic-native-mocks/plugins/native-keyboard/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ export interface NativeKeyboardUpdateMessengerOptions {
141141
showKeyboard: boolean;
142142
}
143143

144-
export class NativeKeyboarMock extends NativeKeyboard {
144+
export class NativeKeyboardMock extends NativeKeyboard {
145145
/**
146146
* Show messenger
147147
* @param options {NativeKeyboardOptions}

0 commit comments

Comments
 (0)