From 2e926f4a94dd03e7a67df5033d63e8247c0604ff Mon Sep 17 00:00:00 2001 From: John-Luke Date: Thu, 19 Jan 2017 09:06:58 -0300 Subject: [PATCH] Update headercolor.ts --- src/plugins/headercolor.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/plugins/headercolor.ts b/src/plugins/headercolor.ts index b83fe9d7a..c03302839 100644 --- a/src/plugins/headercolor.ts +++ b/src/plugins/headercolor.ts @@ -23,7 +23,8 @@ export class HeaderColor { /** * Set a color to the task header - * @param color {string} The colorĀ  + * @param color {string} The hex value of the color + * @returns {Promise} */ @Cordova({ callbackStyle: 'object',