From 3cc379e2ed9eb882c37699c1fbe0f4fda4adcffd Mon Sep 17 00:00:00 2001 From: perry Date: Tue, 15 Mar 2016 16:06:11 -0500 Subject: [PATCH] benign update to test CI commit message tweaks --- 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 61f98c4c0..e92b6e72b 100644 --- a/src/plugins/apprate.ts +++ b/src/plugins/apprate.ts @@ -50,7 +50,7 @@ export class AppRate { /** * Prompts the user for rating * - * @param {boolean} immediately Show the rating prompt immediately. + * @param {boolean} immediately Show the rating prompt immediately */ @Cordova() static promptForRating(immediately: boolean): void {};