From 0412387d02f6811e91726704f615a439ef227009 Mon Sep 17 00:00:00 2001 From: Guille Date: Fri, 8 Jul 2016 00:37:22 +0200 Subject: [PATCH] docs(base64togallery): Fix typo --- src/plugins/base64togallery.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/base64togallery.ts b/src/plugins/base64togallery.ts index 7ae62da9b..a5cc2d2a6 100644 --- a/src/plugins/base64togallery.ts +++ b/src/plugins/base64togallery.ts @@ -24,7 +24,7 @@ export class Base64ToGallery { /** * Converts a base64 string to an image file in the device gallery * @param {string} data The actual base64 string that you want to save - * @param {sstring} prefix Prefix the file with a string. Default is 'img_'. Optional. + * @param {string} prefix Prefix the file with a string. Default is 'img_'. Optional. * @returns {Promise} returns a promise that resolves when the image is saved. */ @Cordova()