Skip to content

Commit

Permalink
docs(badge): fix example (#1096)
Browse files Browse the repository at this point in the history
Error in code example (supplied parameters do not match call signature)
  • Loading branch information
Tommertom authored and ihadeed committed Feb 23, 2017
1 parent 70847d1 commit 884ce54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/badge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { Cordova, Plugin } from './plugin';
*
*
* Badge.set(10);
* Badge.increase();
* Badge.increase(1);
* Badge.clear();
* ```
*/
Expand Down

0 comments on commit 884ce54

Please sign in to comment.