docs(badge): fix example (#1096)

Error in code example (supplied parameters do not match call signature)
This commit is contained in:
Tommertom 2017-02-23 09:50:05 +01:00 committed by Ibby Hadeed
parent 70847d1b2b
commit 884ce54181

View File

@ -13,7 +13,7 @@ import { Cordova, Plugin } from './plugin';
*
*
* Badge.set(10);
* Badge.increase();
* Badge.increase(1);
* Badge.clear();
* ```
*/