Skip to content

Commit

Permalink
Fixing a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgriffith committed Oct 9, 2017
1 parent 91d9b5a commit c8cb057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/@ionic-native-mocks/plugins/badge/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Badge } from '@ionic-native/badge';

export class BadgeMOck extends Badge {
export class BadgeMock extends Badge {
/**
* Clear the badge of the app icon.
* @returns {Promise<boolean>}
Expand Down

0 comments on commit c8cb057

Please sign in to comment.