mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-04-22 02:34:01 +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.set(10);
|
||||||
* Badge.increase();
|
* Badge.increase(1);
|
||||||
* Badge.clear();
|
* Badge.clear();
|
||||||
* ```
|
* ```
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user