diff --git a/src/plugins/base64togallery.ts b/src/plugins/base64togallery.ts index 7ae62da9..a5cc2d2a 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()