mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-21 00:23:00 +08:00
docs(badge): fix example (#1096)
Error in code example (supplied parameters do not match call signature)
This commit is contained in:
parent
70847d1b2b
commit
884ce54181
@ -13,7 +13,7 @@ import { Cordova, Plugin } from './plugin';
|
||||
*
|
||||
*
|
||||
* Badge.set(10);
|
||||
* Badge.increase();
|
||||
* Badge.increase(1);
|
||||
* Badge.clear();
|
||||
* ```
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user