From ab681cccbe6170115a5be52c9ca086d66fe93257 Mon Sep 17 00:00:00 2001 From: elless Date: Wed, 18 Jan 2017 19:52:36 +0200 Subject: [PATCH] fix(app-rate): onRateDialogShow callback (#985) --- src/plugins/apprate.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/apprate.ts b/src/plugins/apprate.ts index b51cebb8a..d37ad6263 100644 --- a/src/plugins/apprate.ts +++ b/src/plugins/apprate.ts @@ -61,7 +61,7 @@ export interface AppRateCallbacks { /** * call back function. called when rate-dialog showing */ - onRateDialogShowed?: Function; + onRateDialogShow?: Function; }