Skip to content

Commit

Permalink
Fixing Typo
Browse files Browse the repository at this point in the history
NativeKeyboarMock should NativeKeyboardMock
  • Loading branch information
chrisgriffith committed Oct 18, 2017
1 parent c8cb057 commit 051fe06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/@ionic-native-mocks/plugins/native-keyboard/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export interface NativeKeyboardUpdateMessengerOptions {
showKeyboard: boolean;
}

export class NativeKeyboarMock extends NativeKeyboard {
export class NativeKeyboardMock extends NativeKeyboard {
/**
* Show messenger
* @param options {NativeKeyboardOptions}
Expand Down

0 comments on commit 051fe06

Please sign in to comment.